From 6027aa319105b3ada397447d5013fedddf9dbac8 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Fri, 29 May 2020 18:14:04 +0200 Subject: [PATCH] Remove unused exception --- katello_certs_tools/katello_ssl_tool.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/katello_certs_tools/katello_ssl_tool.py b/katello_certs_tools/katello_ssl_tool.py index 8732b25..fcd7492 100644 --- a/katello_certs_tools/katello_ssl_tool.py +++ b/katello_certs_tools/katello_ssl_tool.py @@ -91,10 +91,6 @@ class GenServerRpmException(KatelloSslToolException): code = 23 -class GenServerTarException(KatelloSslToolException): - """ server tar archive generation error """ - - class FailedFileDependencyException(Exception): """ missing a file needed for this step """