Skip to content

Commit

Permalink
Remove __init__.__version__, as it's now managed by poetry.
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Jun 3, 2022
1 parent 56dab10 commit b86631b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pytest_factoryboy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"""pytest-factoryboy public API."""
from .fixture import LazyFixture, register

__version__ = "2.3.1"


__all__ = ("register", "LazyFixture")

0 comments on commit b86631b

Please sign in to comment.