Skip to content

Commit

Permalink
Remove invalid docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Aug 13, 2023
1 parent efe360c commit 552af05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interfaces/cython/cantera/ck2yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def float2string(data):
return repr(data)

def represent_float(self, data):
# type: (Any) -> Any
if data != data:
value = '.nan'
elif data == self.inf_value:
Expand Down

0 comments on commit 552af05

Please sign in to comment.