We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ed85f commit f4a007aCopy full SHA for f4a007a
kazoo/tests/test_client.py
@@ -29,7 +29,6 @@
29
from kazoo.tests.util import CI_ZK_VERSION
30
31
32
-
33
class TestClientTransitions(KazooTestCase):
34
@staticmethod
35
def make_event():
kazoo/tests/test_paths.py
@@ -5,7 +5,6 @@
5
from kazoo.protocol import paths
6
7
8
9
class NormPathTestCase(TestCase):
10
def test_normpath(self):
11
assert paths.normpath("/a/b") == "/a/b"
0 commit comments