Skip to content

Commit bbb73b2

Browse files
committed
Fix import order
1 parent 705538c commit bbb73b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/backend/approaches/approach.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
from openai.types.chat import ChatCompletionMessageParam
2626

2727
from approaches.promptmanager import PromptManager
28-
from core.authentication import AuthenticationHelper
2928
from bing_client import WebPage
29+
from core.authentication import AuthenticationHelper
3030

3131

3232
@dataclass

0 commit comments

Comments
 (0)