We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a0b16 commit cf222e5Copy full SHA for cf222e5
src/access/parsers/utils.py
@@ -36,8 +36,3 @@ def convert_to_string(value) -> str:
36
return "{:e}".format(value).replace("e", "D")
37
else:
38
return str(value)
39
-
40
41
-def nano_to_sec(nanos):
42
- """Convert nanoseconds to seconds."""
43
- return nanos / (1000 * 1000 * 1000)
0 commit comments