Skip to content

Commit ca57fc6

Browse files
committed
Apply ruff formatting to import_all_python_files call
1 parent 0869d84 commit ca57fc6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

backend/infrahub/git/integrator.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,7 @@ async def import_objects_from_files(
199199
commit=commit,
200200
config_file=config_file,
201201
)
202-
await self.import_all_python_files(
203-
branch_name=infrahub_branch_name, commit=commit, config_file=config_file
204-
)
202+
await self.import_all_python_files(branch_name=infrahub_branch_name, commit=commit, config_file=config_file)
205203
await self.import_jinja2_transforms(
206204
branch_name=infrahub_branch_name, commit=commit, config_file=config_file
207205
)

0 commit comments

Comments
 (0)