Skip to content

Commit 5564d1c

Browse files
committed
Add Any
1 parent e47d1c6 commit 5564d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/segments/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import logging
2-
from typing import Optional
2+
from typing import Any, Optional
33

44
from django.apps import apps
55
from django.conf import settings

0 commit comments

Comments
 (0)