Skip to content

Commit 36cb9d2

Browse files
committed
isort for imports.
1 parent 127b3c2 commit 36cb9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_unicorn/serializer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import logging
22
from decimal import Decimal
33
from functools import lru_cache
4-
from typing import Dict, List, Tuple, Any
4+
from typing import Any, Dict, List, Tuple
55

66
from django.core.serializers import serialize
77
from django.db.models import (

0 commit comments

Comments
 (0)