Skip to content

Commit

Permalink
chore: fix typing for manifest_config param of push fn
Browse files Browse the repository at this point in the history
Signed-off-by: tarilabs <matteo.mortari@gmail.com>
  • Loading branch information
tarilabs committed Jun 6, 2024
1 parent 9527aa1 commit 3a571e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oras/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ def push(
config_path: Optional[str] = None,
disable_path_validation: bool = False,
files: Optional[List] = None,
manifest_config: Optional[dict] = None,
manifest_config: Optional[str] = None,
annotation_file: Optional[str] = None,
manifest_annotations: Optional[dict] = None,
subject: Optional[str] = None,
Expand Down

0 comments on commit 3a571e3

Please sign in to comment.