Skip to content

Commit f4a007a

Browse files
committed
please flake8
1 parent 97ed85f commit f4a007a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

kazoo/tests/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
from kazoo.tests.util import CI_ZK_VERSION
3030

3131

32-
3332
class TestClientTransitions(KazooTestCase):
3433
@staticmethod
3534
def make_event():

kazoo/tests/test_paths.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from kazoo.protocol import paths
66

77

8-
98
class NormPathTestCase(TestCase):
109
def test_normpath(self):
1110
assert paths.normpath("/a/b") == "/a/b"

0 commit comments

Comments
 (0)