Skip to content

Commit

Permalink
TypeGuard from extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
max-muoto committed Apr 12, 2024
1 parent f239ca0 commit 5fcb06d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ninja/pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@
Tuple,
Type,
TypeAlias,
TypeGuard,
TypeVar,
overload,
)

from django.db import models
from django.http import HttpRequest
from django.utils.module_loading import import_string
from typing_extensions import Concatenate, ParamSpec
from typing_extensions import Concatenate, ParamSpec, TypeGuard
from typing_extensions import get_args as get_collection_args

from ninja import Field, Query, Router, Schema
Expand Down

0 comments on commit 5fcb06d

Please sign in to comment.