File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ async def run_checks(
196196 log = logging .getLogger ("infrahub" )
197197
198198 check_summary : list [bool ] = []
199- client = await initialize_client ()
199+ client = initialize_client ()
200200 for check_module in check_modules :
201201 if check_module .definition .targets :
202202 result = await run_targeted_check (
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ async def load(
3838 logging .getLogger ("infrahub_sdk" ).setLevel (logging .INFO )
3939
4040 files = load_yamlfile_from_disk_and_exit (paths = menus , file_type = MenuFile , console = console )
41- client = await initialize_client ()
41+ client = initialize_client ()
4242
4343 for file in files :
4444 file .validate_content ()
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ async def load(
3838 logging .getLogger ("infrahub_sdk" ).setLevel (logging .INFO )
3939
4040 files = load_yamlfile_from_disk_and_exit (paths = paths , file_type = ObjectFile , console = console )
41- client = await initialize_client ()
41+ client = initialize_client ()
4242
4343 for file in files :
4444 file .validate_content ()
You can’t perform that action at this time.
0 commit comments