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 26, 2023
1 parent adbbd09 commit 7a69253
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 7a69253

Please sign in to comment.