From aef088dea5c1a93806927e2b1d7a4a7d87127c3a Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 23 Sep 2016 11:56:51 +0200 Subject: tests/test_systemd.py: flake8 clean --- tests/test_systemd.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_systemd.py b/tests/test_systemd.py index 0559ccc..7615497 100644 --- a/tests/test_systemd.py +++ b/tests/test_systemd.py @@ -19,12 +19,13 @@ import unittest from mock import patch from whatmaps.systemd import Systemd -from whatmaps.process import Process + class Process(object): def __init__(self, pid): self.pid = pid + class TestSystemd(unittest.TestCase): def test_is_init(self): """Check if we create a systemd object if systemd is the init system in use""" -- cgit v1.2.3