From 541fa9d02bc3b2b98b8011479abba9ff128b7f8c 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')