We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2a9c6 commit 75a62b7Copy full SHA for 75a62b7
tests/panels/test_sql.py
@@ -3,9 +3,9 @@
3
import os
4
import unittest
5
from unittest.mock import patch
6
-from asgiref.sync import sync_to_async
7
8
import django
+from asgiref.sync import sync_to_async
9
from django.contrib.auth.models import User
10
from django.db import connection
11
from django.db.models import Count
0 commit comments