Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kalombos committed Jun 22, 2024
1 parent f7d977d commit 3d63eb1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions peewee_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
aiomysql = None
pymysql = None

try:
asyncio_current_task = asyncio.current_task
except AttributeError:
asyncio_current_task = asyncio.Task.current_task

__version__ = version('peewee-async')


Expand Down

0 comments on commit 3d63eb1

Please sign in to comment.