pass fixup

This commit is contained in:
Florian Bruhin 2018-11-28 12:58:48 +01:00
parent 2237ca2bcf
commit 14fe7f9b0b

View File

@ -376,6 +376,7 @@ class TestArgument:
@cmdutils.register()
def fun():
# no docstring
pass
class TestRun: