Skip to content

Commit 35fddc6

Browse files
Remove inaccurate comment
1 parent 0463bb3 commit 35fddc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/geophires_x/OptionList.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def __new__(cls, *args, **kwds):
7979
obj._value_ = args[1]
8080
return obj
8181

82-
# ignore the first param since it's already set by __new__
8382
def __init__(self, idx: int, _: str, c2:float, c1:float, c0:float):
8483
self._c2 = c2
8584
self._c1 = c1

0 commit comments

Comments
 (0)