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
This commit is contained in:
John Bampton 2022-11-13 20:44:07 +10:00 committed by GitHub
parent 8e538028b2
commit 60420b0dd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -729,4 +729,3 @@ class TestVpcCustomDns(cloudstackTestCase):
self.deployNetworkTierVm()
self.checkVpcBasic()
self.checkVpcRouter()

View File

@ -762,5 +762,3 @@ class TestRegisteredUserdata(cloudstackTestCase):
self.apiclient,
templateid=self.template.id
)