From dd07a0e3717dda8d634334670723da3ddef918e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lafr=C3=A9choux?= Date: Mon, 4 May 2020 18:04:11 +0200 Subject: [PATCH] Remove useless import --- umongo/fields.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/umongo/fields.py b/umongo/fields.py index 491f3275..71773518 100644 --- a/umongo/fields.py +++ b/umongo/fields.py @@ -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