Skip to content

Commit

Permalink
fix codefactor newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
cfuselli committed Dec 12, 2023
1 parent c65ac4e commit 705cf36
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion amstrax/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@

from . import peaks_ext
from .peaks_ext import *

1 change: 0 additions & 1 deletion amstrax/plugins/peaks_ext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@

from . import peak_basics_ext
from .peak_basics_ext import *

2 changes: 1 addition & 1 deletion amstrax/plugins/records_ext/pulse_processing_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ def compute(self, raw_records_ext):

strax.integrate(r)

return r
return r

0 comments on commit 705cf36

Please sign in to comment.