Skip to content

Commit 75a62b7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9d2a9c6 commit 75a62b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/panels/test_sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
import os
44
import unittest
55
from unittest.mock import patch
6-
from asgiref.sync import sync_to_async
76

87
import django
8+
from asgiref.sync import sync_to_async
99
from django.contrib.auth.models import User
1010
from django.db import connection
1111
from django.db.models import Count

0 commit comments

Comments
 (0)