Skip to content

Commit bbc4c8b

Browse files
committed
Apply black
1 parent 48e2228 commit bbc4c8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pupil_src/shared_modules/observable.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,9 @@ def _patch_object_to_call_wrapper_instead(self):
302302
def remove_wrapper(self):
303303
try:
304304
setattr(
305-
self._obj_ref(), self._method_name, self.get_wrapped_bound_method(),
305+
self._obj_ref(),
306+
self._method_name,
307+
self.get_wrapped_bound_method(),
306308
)
307309
except ReplaceWrapperError:
308310
pass

0 commit comments

Comments
 (0)