Skip to content

Commit

Permalink
fixes missing importing
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBarberini committed May 22, 2024
1 parent 7f50464 commit 7879742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/repositories/repo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import threading
import logging
from lib.secrets import Secrets
from motor.motor_asyncio import AsyncIOMotorClient
from pymongo.server_api import ServerApi
Expand Down

0 comments on commit 7879742

Please sign in to comment.