Skip to content

Commit

Permalink
Make extra args kw-only
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Feb 7, 2025
1 parent 4983dd0 commit 5c72316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cvat/apps/engine/model_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class Undefined:
def bulk_create(
db_model: type[_ModelT],
objs: Iterable[_ModelT],
*,
batch_size: int | None = ...,
ignore_conflicts: bool = ...,
update_conflicts: bool | None = ...,
Expand Down

0 comments on commit 5c72316

Please sign in to comment.