aboutsummaryrefslogtreecommitdiffstats
path: root/python_moonclient/python_moonclient/core/cli_exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_moonclient/python_moonclient/core/cli_exceptions.py')
-rw-r--r--python_moonclient/python_moonclient/core/cli_exceptions.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python_moonclient/python_moonclient/core/cli_exceptions.py b/python_moonclient/python_moonclient/core/cli_exceptions.py
index 2ec2ed18..01fd23e0 100644
--- a/python_moonclient/python_moonclient/core/cli_exceptions.py
+++ b/python_moonclient/python_moonclient/core/cli_exceptions.py
@@ -1,7 +1,4 @@
class MoonCliException(Exception):
def __init__(self, message):
-
# Call the base class constructor with the parameters it needs
super(MoonCliException, self).__init__(message)
-
-