Skip to content

Commit

Permalink
Removed unnecessary Import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshi Agrawal committed Oct 28, 2024
1 parent fcd239a commit e8efa5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ClientAdvisor/AzureFunction/function_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from azurefunctions.extensions.http.fastapi import Request, StreamingResponse
import asyncio
import os
import logging

from typing import Annotated

Expand Down

0 comments on commit e8efa5c

Please sign in to comment.