(20241213) Import bug fix.

This commit is contained in:
2024-12-13 18:30:35 +05:30
parent 4f5668c036
commit 47643394fb
+3 -4
View File
@@ -31,10 +31,6 @@
# To make sibling directories accessible for imports:
import sys
import httpx
from google.protobuf.duration import from_microseconds
sys.path.append(".")
sys.path.append("..")
@@ -72,6 +68,9 @@ from bson import ObjectId
# To work with datatypes:
from typing import Literal, List, Dict, Any
# To make API calls:
import httpx
# *****************************************************************************************************************
# ***** ****