Skip to content

Commit

Permalink
fixing flake8 ws formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaol committed Dec 21, 2023
1 parent 46563d9 commit 84411fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions luigi/db_task_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
logger.warning('SQLAlchemy 2.x is not tested with luigi.db_task_history.DbTaskHistory')
from sqlalchemy import text

else :
else:
def text(sql):
return sql


class DbTaskHistory(task_history.TaskHistory):
"""
Expand Down

0 comments on commit 84411fe

Please sign in to comment.