clean unused imports on runnableExamples (#18551)

This commit is contained in:
flywind
2021-07-21 19:46:17 +08:00
committed by GitHub
parent f86a530214
commit 6f34829ee5

View File

@@ -15,8 +15,6 @@ meaning that that the following is guaranteed to work:
]##
runnableExamples:
import std/os
let a = getMonoTime()
let b = getMonoTime()
assert a <= b