summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-23 12:05:54 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-23 12:06:44 +0200
commit47ffad9d15dc5cf15eb4b892a4e07e6e6e99438e (patch)
tree47f75a7de57954e7c3a3df20687ba6ff2ff23d4c
parente34b48e2376ff19a598f48cdc42c5053f2e77193 (diff)
tests/test_rpmpkg.py: flake8 clean
-rw-r--r--tests/test_rpmpkg.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_rpmpkg.py b/tests/test_rpmpkg.py
index 064f059..0eb2175 100644
--- a/tests/test_rpmpkg.py
+++ b/tests/test_rpmpkg.py
@@ -20,6 +20,7 @@ from mock import patch
from whatmaps.rpmpkg import RpmPkg
+
class TestRpmPkg(unittest.TestCase):
def test_services(self):
with patch('whatmaps.pkg.Pkg._get_contents') as mock: