diff --git a/src/bin/shipyard_airflow/shipyard_airflow/control/helpers/deckhand_client.py b/src/bin/shipyard_airflow/shipyard_airflow/control/helpers/deckhand_client.py index 64af6a3e..5771a81a 100644 --- a/src/bin/shipyard_airflow/shipyard_airflow/control/helpers/deckhand_client.py +++ b/src/bin/shipyard_airflow/shipyard_airflow/control/helpers/deckhand_client.py @@ -489,7 +489,7 @@ class DeckhandClient(object): class DeckhandError(Exception): - """Base exception for for all exceptions raised by this client""" + """Base exception for all exceptions raised by this client""" def __init__(self, response_message=None): super().__init__() self.response_message = response_message