You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
I think the cause of the error " unresolved import
time" is that it cannot find anytime.por__init__.portime.soin its sys.path.However, as a built-in module (written in C), time module's file is located to a
timemodule.so, nottime.so, so the checker think it not exists.This error remind bothers me, so hopefully it can be solved in the checker.
Thanks.