Skip to content

Commit 1b1307f

Browse files
refactor(registry): remove unused Dict and Tuple imports in collection.py
1 parent 4ea0e43 commit 1b1307f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mongoengine/registry/collection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import enum
66
import threading
7-
from typing import Dict, Tuple
87

98
from pymongo.asynchronous.collection import AsyncCollection
109
from pymongo.synchronous.collection import Collection

0 commit comments

Comments
 (0)