From 2752833a27e0fe3551b19e130cca45e4f8084a4f Mon Sep 17 00:00:00 2001 From: nasjp Date: Sun, 4 Jul 2021 23:42:52 +0900 Subject: [PATCH] docs: remove obsolete `import os` in the hot code reloading example (#10655) --- doc/docs.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/docs.md b/doc/docs.md index df85971eb9..6a0d9ccb87 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -4638,7 +4638,6 @@ Translating it to V gives you several advantages: module main import time -import os [live] fn print_message() {