Skip to content

Commit 949f7ab

Browse files
committed
fix imports formatting
1 parent b20da1d commit 949f7ab

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

django_async_orm/apps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import logging
2+
23
from django.apps import AppConfig, apps
34

45
from django_async_orm.utils import patch_manager

django_async_orm/query.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import concurrent
22

33
from asgiref.sync import sync_to_async
4-
54
# Create your models here.
65
from django.db.models import QuerySet
76

0 commit comments

Comments
 (0)