We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201f2ef commit f54a3adCopy full SHA for f54a3ad
1 file changed
src/seclab_taskflow_agent/banner.py
@@ -1,7 +1,7 @@
1
# SPDX-FileCopyrightText: 2026 GitHub
2
# SPDX-License-Identifier: MIT
3
4
-from seclab_taskflow_agent.capi import get_AI_endpoint
+from .capi import get_AI_endpoint
5
6
def get_banner():
7
api_endpoint = get_AI_endpoint()
0 commit comments