Skip to content

Commit 00a01ad

Browse files
committed
fix import
1 parent 51cb6db commit 00a01ad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lmfdb/utils/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
coeff_to_poly_multi,
6969
coeff_to_power_series,
7070
comma,
71-
datetime_to_timestamp_in_ms,
7271
debug,
7372
display_complex,
7473
display_float,
@@ -94,7 +93,6 @@
9493
signtocolour,
9594
splitcoeff,
9695
str_to_CBF,
97-
timestamp_in_ms_to_datetime,
9896
to_dict,
9997
WebObj,
10098
plural_form,
@@ -166,3 +164,4 @@
166164
from .trace_hash import TraceHash, TraceHashClass
167165
from .random_wrap import redirect_no_cache
168166
from .place_code import CodeSnippet
167+
from .datetime import datetime_to_timestamp_in_ms, timestamp_in_ms_to_datetime

0 commit comments

Comments
 (0)