Added a blank line after class definition otherwise lint fails

This commit is contained in:
Ioan Vancea 2016-11-23 16:25:25 +01:00
parent 43c1e7802b
commit e532f75412
1 changed files with 1 additions and 0 deletions

View File

@ -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()