Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
collerek committed Jan 31, 2024
1 parent 8590b14 commit facfbb9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ormar/fields/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@

if TYPE_CHECKING: # pragma no cover
from ormar.models import Model, NewBaseModel
from pydantic.fields import FieldInfo

delattr(FieldInfo, "exclude")
else:
from pydantic.fields import FieldInfo


class BaseField(FieldInfo):
Expand Down

0 comments on commit facfbb9

Please sign in to comment.