Skip to content

Commit 14efbfb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 184b9c2 commit 14efbfb

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

strax/context.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import strax
1919
from strax import CutList
2020

21-
2221
export, __all__ = strax.exporter()
2322
__all__.extend(["RUN_DEFAULTS_KEY"])
2423

strax/dtypes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import numba # noqa: F401
1313
import strax
1414

15-
1615
__all__ = (
1716
"interval_dtype raw_record_dtype record_dtype hit_dtype peak_dtype "
1817
"DIGITAL_SUM_WAVEFORM_CHANNEL DEFAULT_RECORD_LENGTH "

strax/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import deepdiff
2525
import copy
2626

27-
2827
# Change numba's caching backend from pickle to dill
2928
# I'm sure they don't mind...
3029
# Otherwise we get strange errors while caching the @growing_result functions

0 commit comments

Comments
 (0)