Skip to content

Commit

Permalink
Merge pull request #658 from mit-ll-responsible-ai/dependabot/pip/dep…
Browse files Browse the repository at this point in the history
…s/main/pyright-1.1.353

Bump pyright from 1.1.350 to 1.1.353 in /deps
  • Loading branch information
rsokl authored Mar 9, 2024
2 parents 06a6483 + 3371638 commit 88b016f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/requirements-pyright.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyright==1.1.350
pyright==1.1.353
2 changes: 1 addition & 1 deletion src/hydra_zen/structured_configs/_implementations.py
Original file line number Diff line number Diff line change
Expand Up @@ -3627,7 +3627,7 @@ def convert_path(value: Path, CBuildsFn: Type[BuildsFn[Any]]) -> Builds[Type[Pat


def _unpack_partial(
value: Partial[_T], CBuildsFn: InitVar[Type[BuildsFn[Any]]]
value: Partial[_T], CBuildsFn: Type[BuildsFn[Any]]
) -> PartialBuilds[Type[_T]]:
target = cast(Type[_T], value.func)
return CBuildsFn.builds(target, *value.args, **value.keywords, zen_partial=True)()
Expand Down

0 comments on commit 88b016f

Please sign in to comment.