Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben committed Dec 12, 2023
1 parent 660184a commit 277fb90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shades/canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

def dummy_test_shade(xy: Tuple[int, int], width: int, height: int) -> np.ndarray:
"""
Just returns a random color based filling out array
"""
random_color = [random.ranint(0, 255) for i in range(3)]
return np.full(
Expand Down

0 comments on commit 277fb90

Please sign in to comment.