Remove invalid docstring

This commit is contained in:
Ingmar Schoegl 2023-08-12 22:21:20 -05:00 committed by Ray Speth
parent ab1ba54a62
commit 16d387e977

View File

@ -111,7 +111,6 @@ else:
return repr(data)
def represent_float(self, data):
# type: (Any) -> Any
if data != data:
value = '.nan'
elif data == self.inf_value: