Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
jefersondaniel committed Apr 25, 2024
1 parent a82447a commit 11a2fb7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pydantic_mongo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
from .fields import ObjectIdAnnotation, ObjectIdField, PydanticObjectId
from .version import __version__ # noqa: F401

__all__ = ["AbstractRepository", "ObjectIdField", "ObjectIdAnnotation", "PydanticObjectId"]
__all__ = [
"AbstractRepository",
"ObjectIdField",
"ObjectIdAnnotation",
"PydanticObjectId",
]

0 comments on commit 11a2fb7

Please sign in to comment.