Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ricolin committed Oct 30, 2024
1 parent 112e55f commit 0dbacf9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion magnum_cluster_api/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -2477,7 +2477,9 @@ def mutate_machine_deployment(
},
{
"name": "ports",
"value": utils.get_ports(cluster.labels.get("ports", "[]"), context),
"value": utils.get_ports(
cluster.labels.get("ports", "[]"), context
),
},
],
},
Expand Down

0 comments on commit 0dbacf9

Please sign in to comment.