Skip to content

Commit 9baf122

Browse files
committed
Run pre-commit
1 parent 9aba0b2 commit 9baf122

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/mlx90640_camtest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969

7070
colormap = [0] * COLORDEPTH
7171

72+
7273
# some utility functions
7374
def constrain(val, min_val, max_val):
7475
return min(max_val, max(min_val, val))

examples/mlx90640_pil.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
colormap = [0] * COLORDEPTH
3333

34+
3435
# some utility functions
3536
def constrain(val, min_val, max_val):
3637
return min(max_val, max(min_val, val))

0 commit comments

Comments
 (0)