Skip to content

Commit d8b1016

Browse files
committed
Fix __all__ list in the __init__.py
1 parent 3bd2a79 commit d8b1016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async_tkinter_loop/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .async_tkinter_loop import *
22

3-
__all__ = ["async_mainloop", "async_command", "async_event_handler"]
3+
__all__ = ["async_mainloop", "async_handler"]

0 commit comments

Comments
 (0)