Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Jun 11, 2024
1 parent 8cbd8d3 commit 69630d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion magnum_cluster_api/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,9 @@ def create_nodegroup(
def update_nodegroups_status(
self, context, cluster: magnum_objects.Cluster
) -> list[magnum_objects.NodeGroup]:
cluster_resource = objects.Cluster.for_magnum_cluster_or_none(self.k8s_api, cluster)
cluster_resource = objects.Cluster.for_magnum_cluster_or_none(
self.k8s_api, cluster
)
if cluster_resource is None:
return cluster.nodegroups

Expand Down

0 comments on commit 69630d0

Please sign in to comment.