Skip to content

Commit fca00b6

Browse files
jpicyoutux
authored andcommitted
update import in example
1 parent 53323a4 commit fca00b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class name.
7373
from pytest_factoryboy import register
7474
7575
@register
76-
class AuthorFactory(Factory):
76+
class AuthorFactory(factory.Factory):
7777
7878
class Meta:
7979
model = Author

0 commit comments

Comments
 (0)