Skip to content
Snippets Groups Projects
Commit e4950928 authored by Karim Ahmed's avatar Karim Ahmed Committed by Thomas Kluyver
Browse files

pep8: add more space between classes

parent 685bd5a0
No related branches found
No related tags found
1 merge request!1026Feat[Jungfrau]: Inject CCVs using RESTful API
...@@ -30,6 +30,7 @@ class ModuleNameError(KeyError): ...@@ -30,6 +30,7 @@ class ModuleNameError(KeyError):
class CalCatAPIError(requests.HTTPError): class CalCatAPIError(requests.HTTPError):
"""Used when the response includes error details as JSON""" """Used when the response includes error details as JSON"""
class InjectAPIError(CalCatAPIError): class InjectAPIError(CalCatAPIError):
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment