Skip to content

Commit 0211e05

Browse files
committed
quality: Code quality
1 parent 26f3a3d commit 0211e05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

persistence/cosmos.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ async def call_asearch_one(self, phone_number: str) -> Optional[CallModel]:
7474
"name": "@date_limit",
7575
"value": str(
7676
datetime.utcnow()
77-
+ timedelta(hours=CONFIG.workflow.conversation_timeout_hour)
77+
+ timedelta(
78+
hours=CONFIG.workflow.conversation_timeout_hour
79+
)
7880
),
7981
}
8082
],

0 commit comments

Comments
 (0)