timing comes first, so suppress ruff import error

pull/646/head
evelynmitchell 1 month ago
parent f6e334705e
commit d5c6d175a5

@ -1,3 +1,6 @@
# ruff: noqa: E402 # Ignore module level import not at top of file
import time
start_time = time.time()

Loading…
Cancel
Save