Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
bubenkoff committed Jun 15, 2015
1 parent 6e98670 commit 0e49e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_factoryboy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""pytest-factoryboy public API."""
from .fixture import register, LazyFixture

__version__ = '1.1.0'

from .fixture import register, LazyFixture

__all__ = [
register.__name__,
Expand Down

0 comments on commit 0e49e29

Please sign in to comment.