Skip to content

Commit

Permalink
fix black linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaehne committed May 3, 2024
1 parent 5f599ee commit 54b7cfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lumispy/signals/cl_spectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def remove_spikes(
add_noise=False,
navigation_mask=None,
interactive=False,
**kwargs
**kwargs,
):
if luminescence_roi is not None and signal_mask is not None:
raise AttributeError(
Expand All @@ -102,7 +102,7 @@ def remove_spikes(
threshold=threshold,
interactive=interactive,
add_noise=add_noise,
**kwargs
**kwargs,
)

if threshold == "auto":
Expand Down
2 changes: 1 addition & 1 deletion lumispy/tests/utils/test_signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"a": 1,
"b": 0,
},
size=2
size=2,
),
0.5,
),
Expand Down

0 comments on commit 54b7cfc

Please sign in to comment.