Skip to content

Commit

Permalink
product_version: remove unused InvalidInputError class
Browse files Browse the repository at this point in the history
Nothing in the errata_tool_product_version uses this class. It was a bad
copy-and-paste from other modules. We can simply remove it.
  • Loading branch information
ktdreyer committed Sep 3, 2020
1 parent 2c4c5b2 commit 3b4e036
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions library/errata_tool_product_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@
'''


class InvalidInputError(Exception):
""" Invalid user input for a parameter """
def __init__(self, param, value):
self.param = param
self.value = value


def get_product_version(client, product, name):
# We cannot query directly by name yet if the name has a "." character.
# See CLOUDWF-3.
Expand Down

0 comments on commit 3b4e036

Please sign in to comment.