aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-23 11:55:31 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-23 12:06:44 +0200
commit5297e8191f4ed83f69f73d696f3d372e973a0115 (patch)
tree27cd893c50c075b84d601e698abd9ee9611aaf8f /tests
parentb8c698a18e6b3d28b3ec9470e9ec86594bd755da (diff)
tests/test_redhatdistro.py: flake8 clean
Diffstat (limited to 'tests')
-rw-r--r--tests/test_redhatdistro.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_redhatdistro.py b/tests/test_redhatdistro.py
index 438adf8..ab39426 100644
--- a/tests/test_redhatdistro.py
+++ b/tests/test_redhatdistro.py
@@ -20,6 +20,7 @@ from mock import patch
from whatmaps.redhatdistro import RedHatDistro
from whatmaps.rpmpkg import RpmPkg
+
class TestRedHatDistro(unittest.TestCase):
def test_vars(self):
"""Check RedHat distro vars"""