mirror of https://github.com/apache/cloudstack.git
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:
parent
8e538028b2
commit
60420b0dd8
|
|
@ -729,4 +729,3 @@ class TestVpcCustomDns(cloudstackTestCase):
|
|||
self.deployNetworkTierVm()
|
||||
self.checkVpcBasic()
|
||||
self.checkVpcRouter()
|
||||
|
||||
|
|
|
|||
|
|
@ -762,5 +762,3 @@ class TestRegisteredUserdata(cloudstackTestCase):
|
|||
self.apiclient,
|
||||
templateid=self.template.id
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue