Skip to content

Commit 7a69253

Browse files
Fix TypeAlias import
1 parent adbbd09 commit 7a69253

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

django-stubs/core/management/commands/loaddata.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
import zipfile
22
from collections.abc import Sequence
33
from io import BufferedReader
4-
from typing import Callable, Literal, TypeAlias
4+
from typing import Callable, Literal
55

66
from django.apps.config import AppConfig
77
from django.core.management.base import BaseCommand
88
from django.core.serializers.base import DeserializedObject
99
from django.db.backends.base.base import BaseDatabaseWrapper
1010
from django.db.models.base import Model
1111
from django.utils.functional import cached_property
12+
from typing_extensions import TypeAlias
1213

1314
has_bz2: bool
1415
has_lzma: bool

0 commit comments

Comments
 (0)