Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Feb 7, 2024
1 parent c4b4fa4 commit f19bacb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions factory/mogo.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

T = TypeVar("T")


class MogoFactory(base.Factory[T]):
"""Factory for mogo objects."""
class Meta:
Expand Down
1 change: 1 addition & 0 deletions factory/mongoengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

T = TypeVar("T")


class MongoEngineFactory(base.Factory[T]):
"""Factory for mongoengine objects."""

Expand Down

0 comments on commit f19bacb

Please sign in to comment.