aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Ferrazzi <alicef@gentoo.org>2017-06-21 05:53:16 +0900
committerAlice Ferrazzi <alicef@gentoo.org>2017-06-21 05:53:16 +0900
commit467c6590864734ffd758713e87436a3500c8276f (patch)
tree66861aeaa506b00b33ee54b5c8e3b0369d5c5180
parentFix pep8 space around operator (diff)
downloadelivepatch-467c6590864734ffd758713e87436a3500c8276f.tar.gz
elivepatch-467c6590864734ffd758713e87436a3500c8276f.tar.bz2
elivepatch-467c6590864734ffd758713e87436a3500c8276f.zip
fix pep8 two blank line before class
-rw-r--r--elivepatch_client/client/checkers.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/elivepatch_client/client/checkers.py b/elivepatch_client/client/checkers.py
index a30edab..e2e516f 100644
--- a/elivepatch_client/client/checkers.py
+++ b/elivepatch_client/client/checkers.py
@@ -7,6 +7,7 @@ import glob
import os
import os.path
+
class Kernel(object):
def __init__(self):
@@ -44,6 +45,7 @@ class Kernel(object):
rest_manager.send_config(self.config, file)
pass
+
class CVE(object):
def __init__(self):