Skip to content

Commit 7f06942

Browse files
committed
Format spacing at the end of the file
1 parent 1a96a3f commit 7f06942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

investing_bot_framework/core/events/observable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ def notify_observers(self, **kwargs) -> None:
3030

3131
@property
3232
def observers(self) -> List[Observer]:
33-
return self._observers
33+
return self._observers

0 commit comments

Comments
 (0)