Skip to content

Commit

Permalink
Remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed May 4, 2020
1 parent fd0756f commit dd07a0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions umongo/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,6 @@ def __init__(self, document, *args, reference_cls=Reference, **kwargs):
else:
self.document = document
self._document_cls = None
# Avoid importing multiple times
from .document import DocumentImplementation
self._document_implementation_cls = DocumentImplementation

@property
Expand Down

0 comments on commit dd07a0e

Please sign in to comment.