docs: #21 move comment
This commit is contained in:
parent
3b30f6f4a1
commit
99d4f36bf6
1 changed files with 1 additions and 3 deletions
|
|
@ -179,10 +179,8 @@ class TestExtendedLoopingCall(TestCase):
|
||||||
|
|
||||||
callback.assert_called_once()
|
callback.assert_called_once()
|
||||||
|
|
||||||
"""
|
|
||||||
Dummy function used as callback parameter
|
|
||||||
"""
|
|
||||||
def dummy_func():
|
def dummy_func():
|
||||||
|
""" Dummy function used as callback parameter """
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
class TestMonitorHandler(TestCase):
|
class TestMonitorHandler(TestCase):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue