fix flake8 violations

This commit is contained in:
Sergey Dudoladov 2020-04-20 14:02:49 +02:00
parent 48c3d6ac88
commit 4b78ff5dab
1 changed files with 0 additions and 2 deletions

View File

@ -344,7 +344,6 @@ class EndToEndTestCase(unittest.TestCase):
'''
k8s = self.k8s
cluster_label = 'application=spilo,cluster-name=acid-minimal-cluster'
labels = 'spilo-role=master,' + cluster_label
readiness_label = 'lifecycle-status'
readiness_value = 'ready'
@ -729,6 +728,5 @@ class K8s:
return pod.metadata.annotations["status"]["state"]
if __name__ == '__main__':
unittest.main()