Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
Eg0ra committed Dec 23, 2024
1 parent 4072aee commit 977180b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import_export_extensions/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def update_task_state(
Receives meta of the current task and increase the `current`. Task
state is updated when current item is a multiple of
`self.status_update_row_count` or equal to total number of items.
`self.status_update_row_count` or equal to total number of items.
For example: once every 1000 objects (if the current object is 1000,
2000, 3000) or when current object is the last object, in order to
Expand Down

0 comments on commit 977180b

Please sign in to comment.