Add blank line after class def
This commit is contained in:
parent
4d434fa182
commit
d1b0769a91
8 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,7 @@ from tracetools_test.case import TraceTestCase
|
||||||
|
|
||||||
|
|
||||||
class TestIntra(TraceTestCase):
|
class TestIntra(TraceTestCase):
|
||||||
|
|
||||||
def __init__(self, *args) -> None:
|
def __init__(self, *args) -> None:
|
||||||
super().__init__(
|
super().__init__(
|
||||||
*args,
|
*args,
|
||||||
|
|
|
@ -21,6 +21,7 @@ VERSION_REGEX = r'^[0-9]\.[0-9]\.[0-9]$'
|
||||||
|
|
||||||
|
|
||||||
class TestNode(TraceTestCase):
|
class TestNode(TraceTestCase):
|
||||||
|
|
||||||
def __init__(self, *args) -> None:
|
def __init__(self, *args) -> None:
|
||||||
super().__init__(
|
super().__init__(
|
||||||
*args,
|
*args,
|
||||||
|
|
|
@ -18,6 +18,7 @@ from tracetools_test.case import TraceTestCase
|
||||||
|
|
||||||
|
|
||||||
class TestPublisher(TraceTestCase):
|
class TestPublisher(TraceTestCase):
|
||||||
|
|
||||||
def __init__(self, *args) -> None:
|
def __init__(self, *args) -> None:
|
||||||
super().__init__(
|
super().__init__(
|
||||||
*args,
|
*args,
|
||||||
|
|
|
@ -18,6 +18,7 @@ from tracetools_test.case import TraceTestCase
|
||||||
|
|
||||||
|
|
||||||
class TestService(TraceTestCase):
|
class TestService(TraceTestCase):
|
||||||
|
|
||||||
def __init__(self, *args) -> None:
|
def __init__(self, *args) -> None:
|
||||||
super().__init__(
|
super().__init__(
|
||||||
*args,
|
*args,
|
||||||
|
|
|
@ -18,6 +18,7 @@ from tracetools_test.case import TraceTestCase
|
||||||
|
|
||||||
|
|
||||||
class TestServiceCallback(TraceTestCase):
|
class TestServiceCallback(TraceTestCase):
|
||||||
|
|
||||||
def __init__(self, *args) -> None:
|
def __init__(self, *args) -> None:
|
||||||
super().__init__(
|
super().__init__(
|
||||||
*args,
|
*args,
|
||||||
|
|
|
@ -18,6 +18,7 @@ from tracetools_test.case import TraceTestCase
|
||||||
|
|
||||||
|
|
||||||
class TestSubscription(TraceTestCase):
|
class TestSubscription(TraceTestCase):
|
||||||
|
|
||||||
def __init__(self, *args) -> None:
|
def __init__(self, *args) -> None:
|
||||||
super().__init__(
|
super().__init__(
|
||||||
*args,
|
*args,
|
||||||
|
|
|
@ -18,6 +18,7 @@ from tracetools_test.case import TraceTestCase
|
||||||
|
|
||||||
|
|
||||||
class TestSubscriptionCallback(TraceTestCase):
|
class TestSubscriptionCallback(TraceTestCase):
|
||||||
|
|
||||||
def __init__(self, *args) -> None:
|
def __init__(self, *args) -> None:
|
||||||
super().__init__(
|
super().__init__(
|
||||||
*args,
|
*args,
|
||||||
|
|
|
@ -18,6 +18,7 @@ from tracetools_test.case import TraceTestCase
|
||||||
|
|
||||||
|
|
||||||
class TestTimer(TraceTestCase):
|
class TestTimer(TraceTestCase):
|
||||||
|
|
||||||
def __init__(self, *args) -> None:
|
def __init__(self, *args) -> None:
|
||||||
super().__init__(
|
super().__init__(
|
||||||
*args,
|
*args,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue