cc-4105: code formatting
This commit is contained in:
parent
a2333309a7
commit
d1bc4fd097
3 changed files with 23 additions and 19 deletions
|
@ -40,5 +40,4 @@ class EventContractor(Loggable):
|
|||
return True # We actually added something, hence we return true.
|
||||
|
||||
# events are unregistered automatically no need to screw around with them
|
||||
def __unregister(self, evt):
|
||||
del self.store[evt.path]
|
||||
def __unregister(self, evt): del self.store[evt.path]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue