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.
isort
1 parent 127b3c2 commit 36cb9d2Copy full SHA for 36cb9d2
django_unicorn/serializer.py
@@ -1,7 +1,7 @@
1
import logging
2
from decimal import Decimal
3
from functools import lru_cache
4
-from typing import Dict, List, Tuple, Any
+from typing import Any, Dict, List, Tuple
5
6
from django.core.serializers import serialize
7
from django.db.models import (
0 commit comments