Skip to content

Commit

Permalink
docs: Fix type of force_version in merge()
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 5, 2024
1 parent fa1f57d commit 69a2f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocdskit/combine.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def merge(
return_package: bool = False,
use_linked_releases: bool = False,
streaming: bool = False,
force_version: bool = False,
force_version: Union[str, None] = None,
ignore_version: bool = False,
convert_exceptions_to_warnings: bool = False,
):
Expand Down

0 comments on commit 69a2f6b

Please sign in to comment.