Skip to content

Commit

Permalink
Removing duplicate __all__ str
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Nov 4, 2022
1 parent 9a7cee8 commit 46c33a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specreduce/tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from scipy.interpolate import UnivariateSpline
import numpy as np

__all__ = ['Trace', 'Trace', 'FlatTrace', 'ArrayTrace', 'KosmosTrace']
__all__ = ['Trace', 'FlatTrace', 'ArrayTrace', 'KosmosTrace']


@dataclass(init=False, frozen=True)
Expand Down

0 comments on commit 46c33a6

Please sign in to comment.