Skip to content

Commit

Permalink
Fix TypeAlias import
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownPlatypus committed Nov 7, 2023
1 parent 1291371 commit fb8a91f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion django-stubs/core/management/commands/loaddata.pyi
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import zipfile
from collections.abc import Sequence
from io import BufferedReader
from typing import Callable, Literal, TypeAlias
from typing import Callable, Literal

from django.apps.config import AppConfig
from django.core.management.base import BaseCommand
from django.core.serializers.base import DeserializedObject
from django.db.backends.base.base import BaseDatabaseWrapper
from django.db.models.base import Model
from django.utils.functional import cached_property
from typing_extensions import TypeAlias

has_bz2: bool
has_lzma: bool
Expand Down

0 comments on commit fb8a91f

Please sign in to comment.