Skip to content

Commit

Permalink
Update sample.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Sep 20, 2023
1 parent 4fa57ab commit b2a2dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def add(a: float, b: float) -> float:
return a + b


def make_array(val: float | float, length: int = 3) -> np.ndarray:
def make_array(val: float, length: int = 3) -> np.ndarray:
"""
A function to transform a number into a numpy array.
Expand Down

0 comments on commit b2a2dc4

Please sign in to comment.