Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 16, 2024
1 parent 79a4afe commit ca5d981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a_sync/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import threading
import weakref
from asyncio import sleep
from asyncio.futures import wrap_future, _convert_future_exc
from asyncio.futures import _convert_future_exc
from concurrent.futures import _base, thread
from functools import cached_property

Expand Down

0 comments on commit ca5d981

Please sign in to comment.