Skip to content

Commit

Permalink
mypy ignore
Browse files Browse the repository at this point in the history
Signed-off-by: sahil suneja <[email protected]>
  • Loading branch information
sahilsuneja1 committed Sep 9, 2024
1 parent c5c294d commit 6df3941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fms_extras/utils/cache/paged.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def create(cls, kernel, *args, mutated_inputs=[], **kwargs) -> None:
tensor_args,
non_tensor_args,
unflatten_args,
) = cls.process_kernel(kernel, *args, **kwargs)
) = cls.process_kernel(kernel, *args, **kwargs) # type: ignore
for tensor_arg in tensor_args:
tensor_arg.realize()

Expand Down

0 comments on commit 6df3941

Please sign in to comment.