Commit 06e11bd3 authored by Michael Carilli's avatar Michael Carilli
Browse files

Adding dummy _deactivate method

parent 79ad5a88
......@@ -112,3 +112,6 @@ class NoOpHandle(object):
@property
def verbose(self):
return False
def _deactivate(self):
pass
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment