From 47643394fbcdb224e99133c0bc5c54f6d712e68d Mon Sep 17 00:00:00 2001 From: khushal Date: Fri, 13 Dec 2024 18:30:35 +0530 Subject: [PATCH] (20241213) Import bug fix. --- controllers/api/sms.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/controllers/api/sms.py b/controllers/api/sms.py index 758e594..5f69ac7 100644 --- a/controllers/api/sms.py +++ b/controllers/api/sms.py @@ -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 + # ***************************************************************************************************************** # ***** ****