From a0baabdcca2dea43124ed2395d92eb714d323b08 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 13 Nov 2022 20:12:16 +1000 Subject: [PATCH] gha(python): fix `W391` blank line at end of file flake8 --select=W291,W292,W293,W391 . ./test/integration/smoke/test_register_userdata.py:766:1: W391 blank line at end of file ./test/integration/component/test_network_vpc_custom_dns.py:732:1: W391 blank line at end of file --- test/integration/component/test_network_vpc_custom_dns.py | 1 - test/integration/smoke/test_register_userdata.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/test/integration/component/test_network_vpc_custom_dns.py b/test/integration/component/test_network_vpc_custom_dns.py index bb44d79697bc..3e891e06c5b2 100644 --- a/test/integration/component/test_network_vpc_custom_dns.py +++ b/test/integration/component/test_network_vpc_custom_dns.py @@ -729,4 +729,3 @@ def test_01_verify_vpc_dns(self): self.deployNetworkTierVm() self.checkVpcBasic() self.checkVpcRouter() - diff --git a/test/integration/smoke/test_register_userdata.py b/test/integration/smoke/test_register_userdata.py index 8cf44c7620b5..7251530d85e8 100644 --- a/test/integration/smoke/test_register_userdata.py +++ b/test/integration/smoke/test_register_userdata.py @@ -762,5 +762,3 @@ def test_deploy_vm_with_registered_userdata_with_override_policy_deny(self): self.apiclient, templateid=self.template.id ) - -