Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jun 6, 2024
1 parent 578e73f commit a835f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IM/connectors/OpenStack.py
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ def get_ost_network_info(driver, pool_names):
"default" in ost_net.name or
"is_default" in ost_net.extra and ost_net.extra['is_default'] or
"tags" in ost_net.extra and "default" in ost_net.extra['tags']
):
):
first.append(ost_net)
else:
last.append(ost_net)
Expand Down

0 comments on commit a835f42

Please sign in to comment.