Skip to content

Commit a44f521

Browse files
Remove Clock.__slots__
1 parent fb5c033 commit a44f521

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/asyncgui_ext/clock.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ def __exit__(self, *__):
4444

4545

4646
class Clock:
47-
__slots__ = ('_cur_time', '_events', '_events_to_be_added', '__weakref__', )
48-
4947
def __init__(self, initial_time=0):
5048
self._cur_time = initial_time
5149
self._events: list[ClockEvent] = []

0 commit comments

Comments
 (0)