Skip to content

Commit 8047f9a

Browse files
committed
Re-format with isort.
1 parent 20c439a commit 8047f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_unicorn/call_method_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
from functools import lru_cache
44
from types import MappingProxyType
5-
from typing import Any, Dict, List, Tuple, Mapping
5+
from typing import Any, Dict, List, Mapping, Tuple
66
from uuid import UUID
77

88
from django.utils.dateparse import (

0 commit comments

Comments
 (0)