diff --git a/cedargrove_airqualitytools/translate/english_to_espanol.py b/cedargrove_airqualitytools/translate/english_to_espanol.py index 2348017..69ddb49 100644 --- a/cedargrove_airqualitytools/translate/english_to_espanol.py +++ b/cedargrove_airqualitytools/translate/english_to_espanol.py @@ -42,4 +42,4 @@ def interpret(enable=True, english_phrase=""): if enable: if english_phrase in ENG_ESPANOL: return ENG_ESPANOL[english_phrase] - return english_phrase \ No newline at end of file + return english_phrase