From 3d63eb196b1513b555f504212bd75076e2c19098 Mon Sep 17 00:00:00 2001 From: kalombo Date: Sat, 22 Jun 2024 23:28:02 +0500 Subject: [PATCH] chore: remove unused imports --- peewee_async.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/peewee_async.py b/peewee_async.py index 28f6977..f34fbaa 100644 --- a/peewee_async.py +++ b/peewee_async.py @@ -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')