Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
m5l14i11 committed Sep 9, 2024
1 parent 0e53920 commit 796a5d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/actors/_base_actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@


class BaseActor(AbstractActor):
_EVENTS = []

def __init__(self):
super().__init__()
self._running = False
Expand Down

0 comments on commit 796a5d1

Please sign in to comment.