Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidastri committed Sep 18, 2024
1 parent ce6949a commit 190777f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revisions.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def rule_revision_batch(ctx, verbose, balance_id_min, balance_id_max, batch_size

minimum_timestamp = int(time.time() - config.async_revision_delay_time)

# Remove revision creation AVUs from deleted data objects.
# Remove revision creation AVUs from deleted data objects.
# This makes it easier to monitor the number of data objects waiting for revision creation.
remove_revision_creation_avu_from_deleted_data_objects(ctx)

Expand Down

0 comments on commit 190777f

Please sign in to comment.