Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 30, 2021
1 parent 37a7566 commit 77ce012
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions workers/check/data_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ def callback(client_state, channel, method, properties, input_message):
)

# perform actual action with items
processor.do_work(cursor.fetchall(), do_field_level_checks=is_step_required(settings.FIELD_COVERAGE_STEP),
do_resource_level_checks=is_step_required(settings.FIELD_QUALITY_STEP))
processor.do_work(
cursor.fetchall(),
do_field_level_checks=is_step_required(settings.FIELD_COVERAGE_STEP),
do_resource_level_checks=is_step_required(settings.FIELD_QUALITY_STEP),
)

commit()

Expand Down

0 comments on commit 77ce012

Please sign in to comment.