Skip to content

Commit 7879742

Browse files
fixes missing importing
1 parent 7f50464 commit 7879742

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/repositories/repo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import threading
2+
import logging
23
from lib.secrets import Secrets
34
from motor.motor_asyncio import AsyncIOMotorClient
45
from pymongo.server_api import ServerApi

0 commit comments

Comments
 (0)