Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit 1e7ff5f

Browse files
committed
try to fix package for py27
1 parent f81a8fa commit 1e7ff5f

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

tests/fixtures/__init__.py

Whitespace-only changes.

tests/test_recursive_reference.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ class MoreComplexRecursiveDocument(unittest.TestCase):
1717
def test_import(self):
1818
connect('test', host='mongomock://test')
1919
from .fixtures.recursive_definition import UserForm
20+
UserForm()

0 commit comments

Comments
 (0)