Skip to content

Commit

Permalink
Fix flake8: Too many blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghun1ee committed Jul 3, 2024
1 parent 1994919 commit 15aee8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion magnum/tests/unit/drivers/test_template_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,6 @@ def test_k8s_get_params_insecure(self, mock_generate_csr_and_key,
extra_subnet = mock_cluster.labels.get('extra_subnet')
extra_security_group = mock_cluster.labels.get('extra_security_group')


octavia_provider = mock_cluster.labels.get('octavia_provider')
octavia_lb_algorithm = mock_cluster.labels.get('octavia_lb_algorithm')
octavia_lb_healthcheck = mock_cluster.labels.get(
Expand Down

0 comments on commit 15aee8b

Please sign in to comment.