From 14fe7f9b0b7683b5024366e73d388900cfbcbb05 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 28 Nov 2018 12:58:48 +0100 Subject: [PATCH] pass fixup --- tests/unit/commands/test_cmdutils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/commands/test_cmdutils.py b/tests/unit/commands/test_cmdutils.py index ef7c97164..718695874 100644 --- a/tests/unit/commands/test_cmdutils.py +++ b/tests/unit/commands/test_cmdutils.py @@ -376,6 +376,7 @@ class TestArgument: @cmdutils.register() def fun(): # no docstring + pass class TestRun: