Skip to content

Commit f8cf29b

Browse files
committed
Remove unused import.
1 parent 324467d commit f8cf29b

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,6 +1,6 @@
11
import logging
22
from functools import lru_cache
3-
from typing import Any, Dict, List
3+
from typing import Dict, List
44

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

0 commit comments

Comments
 (0)