aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Ferrazzi <alicef@gentoo.org>2017-06-23 06:06:34 +0900
committerAlice Ferrazzi <alicef@gentoo.org>2017-06-23 06:06:34 +0900
commit5ca162fe24188d45d23eeda5824367d942cdec67 (patch)
treed62d45b70af34745433f7c4e99b487345afb74d7 /elivepatch_client
parentfix api for different action (diff)
downloadelivepatch-5ca162fe24188d45d23eeda5824367d942cdec67.tar.gz
elivepatch-5ca162fe24188d45d23eeda5824367d942cdec67.tar.bz2
elivepatch-5ca162fe24188d45d23eeda5824367d942cdec67.zip
Added two newline before class as pep8
Diffstat (limited to 'elivepatch_client')
-rw-r--r--elivepatch_client/client/checkers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/elivepatch_client/client/checkers.py b/elivepatch_client/client/checkers.py
index c4c4011..ff7dbab 100644
--- a/elivepatch_client/client/checkers.py
+++ b/elivepatch_client/client/checkers.py
@@ -57,6 +57,7 @@ class Kernel(object):
rest_manager = restful.ManaGer(url)
rest_manager.build_livepatch()
+
class CVE(object):
def __init__(self):