diff --git a/superset/db_engine_specs/hive.py b/superset/db_engine_specs/hive.py index 561b6b6c15406..c049ee652eee4 100644 --- a/superset/db_engine_specs/hive.py +++ b/superset/db_engine_specs/hive.py @@ -658,4 +658,4 @@ def fetch_logs( # pylint: disable=protected-access logs += new_logs if not new_logs: break - return "\n".join(logs) \ No newline at end of file + return "\n".join(logs)