Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed May 11, 2023
1 parent 9aba0b2 commit 9baf122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/mlx90640_camtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@

colormap = [0] * COLORDEPTH


# some utility functions
def constrain(val, min_val, max_val):
return min(max_val, max(min_val, val))
Expand Down
1 change: 1 addition & 0 deletions examples/mlx90640_pil.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

colormap = [0] * COLORDEPTH


# some utility functions
def constrain(val, min_val, max_val):
return min(max_val, max(min_val, val))
Expand Down

0 comments on commit 9baf122

Please sign in to comment.