mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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()
|
||||
|
||||
"""
|
||||
Dummy function used as callback parameter
|
||||
"""
|
||||
def dummy_func():
|
||||
""" Dummy function used as callback parameter """
|
||||
return 0
|
||||
|
||||
class TestMonitorHandler(TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue