Skip to content

Commit

Permalink
Remove unused exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Sep 11, 2020
1 parent 6e57be1 commit a4b1497
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions katello_certs_tools/katello_ssl_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 """

Expand Down

0 comments on commit a4b1497

Please sign in to comment.