Skip to content

Commit 60420b0

Browse files
authored
gha(python): fix W391 blank line at end of file (#6897)
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
1 parent 8e53802 commit 60420b0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

test/integration/component/test_network_vpc_custom_dns.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,4 +729,3 @@ def test_01_verify_vpc_dns(self):
729729
self.deployNetworkTierVm()
730730
self.checkVpcBasic()
731731
self.checkVpcRouter()
732-

test/integration/smoke/test_register_userdata.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,5 +762,3 @@ def test_deploy_vm_with_registered_userdata_with_override_policy_deny(self):
762762
self.apiclient,
763763
templateid=self.template.id
764764
)
765-
766-

0 commit comments

Comments
 (0)