Resetting utils subtree.
This commit is contained in:
@@ -31,9 +31,6 @@
|
||||
|
||||
# To make sibling directories accessible for imports:
|
||||
import sys
|
||||
|
||||
import httpx
|
||||
|
||||
sys.path.append(".")
|
||||
sys.path.append("..")
|
||||
|
||||
@@ -53,6 +50,9 @@ from models.core.auth_token import CoreAuthTokenModel
|
||||
# To work with datatypes:
|
||||
from typing import List
|
||||
|
||||
# To make API calls:
|
||||
import httpx
|
||||
|
||||
# To work with MongoDB:
|
||||
from bson import ObjectId
|
||||
|
||||
|
||||
Reference in New Issue
Block a user