Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalik committed Jul 13, 2023
1 parent f941215 commit 0adfb9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_pydantic_migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@

import pytest
from django.db import models

from ninja import ModelSchema
from pydantic import BaseModel, ValidationError

from ninja import Schema
from ninja import ModelSchema, Schema


class OptModel(BaseModel):
Expand Down

0 comments on commit 0adfb9e

Please sign in to comment.