Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalik committed Sep 29, 2023
1 parent 4b2d4dd commit b1287ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mypy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from django.http import HttpRequest
from typing_extensions import Annotated

from ninja import Body, NinjaAPI, Schema, BodyEx, P
from ninja import Body, BodyEx, NinjaAPI, P, Schema


class Payload(Schema):
Expand Down

0 comments on commit b1287ee

Please sign in to comment.