Added a blank line after class definition otherwise lint fails
This commit is contained in:
@@ -317,6 +317,7 @@ class PropertyObserver(object):
|
||||
for callback, objs in callback_objs.items():
|
||||
callback(root_obj, *[objs[i] for i in range(len(objs))])
|
||||
|
||||
|
||||
observer = PropertyObserver()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user