Skip to content

Commit cf222e5

Browse files
Remove unused function.
1 parent 39a0b16 commit cf222e5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/access/parsers/utils.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,3 @@ def convert_to_string(value) -> str:
3636
return "{:e}".format(value).replace("e", "D")
3737
else:
3838
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

Comments
 (0)