Skip to content

Commit 931353c

Browse files
authored
removed import typo
1 parent f7d0e0a commit 931353c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from typing import Any
2-
from pymongo import MongoClient, database
2+
from pymongo import MongoClient
33
from config import AKI_MONGO_HOST
44

55
try:

0 commit comments

Comments
 (0)