Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 9, 2024
1 parent a88a579 commit ab93889
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions openff/bespokefit/_pydantic.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
"""A set of common utilities and types useful for building pydantic models."""

import numpy

from pydantic.v1 import BaseModel as PydanticBaseModel
from pydantic.v1 import (
BaseSettings,
Extra,
Field,
PositiveFloat,
PositiveInt,
ValidationError,
conint,
conlist,
parse_file_as,
parse_obj_as,
parse_raw_as,
validator,
BaseSettings,
Extra,
Field,
PositiveFloat,
PositiveInt,
ValidationError,
conint,
conlist,
parse_file_as,
parse_obj_as,
parse_raw_as,
validator,
)
from pydantic.v1.generics import GenericModel

Expand Down

0 comments on commit ab93889

Please sign in to comment.