Skip to content

Commit f54a3ad

Browse files
committed
use relative import
1 parent 201f2ef commit f54a3ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/seclab_taskflow_agent/banner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2026 GitHub
22
# SPDX-License-Identifier: MIT
33

4-
from seclab_taskflow_agent.capi import get_AI_endpoint
4+
from .capi import get_AI_endpoint
55

66
def get_banner():
77
api_endpoint = get_AI_endpoint()

0 commit comments

Comments
 (0)