Skip to content

Commit

Permalink
Apply code-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FusionBolt authored and github-actions[bot] committed Feb 1, 2024
1 parent 4066a88 commit f7e213d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ def from_constant_of_shape(self, shape: List[int], dtype: np.dtype) -> np.ndarra
return np.array(shape, dtype=dtype)

def from_numpy(self, path) -> np.ndarray:
return np.load(path)
return np.load(path)

0 comments on commit f7e213d

Please sign in to comment.