Skip to content

Commit 5ea73d7

Browse files
committed
cleanup
1 parent 3f19c26 commit 5ea73d7

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/factories.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,3 @@ class AssetFactory(ModelFactory):
6161
is_archived = False
6262
created_at = fake.iso8601
6363
modified_at = fake.iso8601
64-
65-
66-
if __name__ == '__main__':
67-
print(OrganizationFactory.batch(3))
68-
print(AssetFactory.batch(3))

0 commit comments

Comments
 (0)