Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalik committed Sep 25, 2023
1 parent 914e84a commit bba690f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ninja/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def resolve_initials(self, obj):
"""
import warnings
from typing import Any, Callable, Dict, Optional, Type, TypeVar, Union, no_type_check
from typing import Any, Callable, Dict, Type, TypeVar, Union, no_type_check

import pydantic
from django.db.models import Manager, QuerySet
Expand Down

0 comments on commit bba690f

Please sign in to comment.