Skip to content

Commit

Permalink
fixed flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrise2 committed Feb 29, 2024
1 parent c42e9b4 commit 955ba8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jba/src/processing/tasktracker_task_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
FRAGMENT_COLUMN = 'fragment'
TASK_COLUMN = 'task'
DATE_COLUMN = 'date'
DATE_FORMAT = '%d.%m.%Y'
DATE_FORMAT = '%d.%m.%Y' # noqa: WPS323


def configure_parser(parser: argparse.ArgumentParser) -> None:
Expand Down

0 comments on commit 955ba8f

Please sign in to comment.