Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagi Polaczek committed Nov 22, 2023
1 parent ae5c352 commit 1d69524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuse/data/ops/ops_cast.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ class OpCast(OpReversibleBase):
def __call__(
self,
sample_dict: NDict,
op_id: Optional[str],
key: Union[str, Sequence[str]],
op_id: Optional[str] = None,
**kwargs: dict,
) -> Union[None, dict, List[dict]]:
"""
Expand Down

0 comments on commit 1d69524

Please sign in to comment.