Skip to content

Commit

Permalink
Update src/bos/server/controllers/v2/components.py
Browse files Browse the repository at this point in the history
Fix indentation

(cherry picked from commit 6267783)
  • Loading branch information
mharding-hpe committed Dec 18, 2024
1 parent 81248f1 commit fd1dc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bos/server/controllers/v2/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def get_v2_components_data(id_list=None, enabled=None, session=None, staged_sess
if tenant_components is not None:
id_set.intersection_update(tenant_components)
else:
id_set = tenant_components
id_set = tenant_components

# If id_set is not None but is empty, that means no components in the system
# will match our filter, so we can return an empty list immediately.
Expand Down

0 comments on commit fd1dc01

Please sign in to comment.