Skip to content

Commit c7e9ee3

Browse files
authored
Remove redundant asyncio import
1 parent e67b00b commit c7e9ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async_tkinter_loop/mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import asyncio
12
import sys
23
import tkinter as tk
3-
import asyncio
44

55
from async_tkinter_loop import async_mainloop
66

0 commit comments

Comments
 (0)