Skip to content

Commit 40b24e2

Browse files
committed
Fix ctl repository file
1 parent 06c54b5 commit 40b24e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrahub_sdk/ctl/repository.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
from infrahub_sdk.ctl.client import initialize_client
1212

1313
from ..async_typer import AsyncTyper
14-
from ..ctl.exceptions import FileNotValidError
14+
from ..exceptions import FileNotValidError
1515
from ..ctl.utils import init_logging
1616
from ..graphql import Mutation, Query
1717
from ..schema.repository import InfrahubRepositoryConfig
18-
from ._file import read_file
18+
from ..utils import read_file
1919
from .parameters import CONFIG_PARAM
2020

2121
app = AsyncTyper()

0 commit comments

Comments
 (0)