Skip to content

Commit 700bda6

Browse files
committed
Remove line still causing the error reported in #180
1 parent b73d522 commit 700bda6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

async_tkinter_loop/async_tkinter_loop.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ async def some_async_function():
106106
button = tk.Button("Press me", command=some_async_function)
107107
```
108108
"""
109-
event_loop = event_loop or get_event_loop()
110-
111109
@wraps(async_function)
112110
def wrapper(*handler_args) -> None:
113111
loop = event_loop or get_event_loop()

0 commit comments

Comments
 (0)