From ca74554e64278b709176f9a14a62ba1bf4257ad3 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 9 Sep 2016 19:59:44 +0200 Subject: 16_test_supercommand: flake8 clean --- tests/16_test_supercommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/16_test_supercommand.py') diff --git a/tests/16_test_supercommand.py b/tests/16_test_supercommand.py index 25529777..65f4b105 100644 --- a/tests/16_test_supercommand.py +++ b/tests/16_test_supercommand.py @@ -19,6 +19,7 @@ import sys import unittest import gbp.scripts.supercommand + class TestSuperCommand(unittest.TestCase): def test_import(self): @@ -52,4 +53,3 @@ class TestSuperCommand(unittest.TestCase): def test_missing_arg(self): self.assertEqual(gbp.scripts.supercommand.supercommand( ['argv0']), 1) - -- cgit v1.2.3