tests/extmod/vfs_mountinfo.py: Don't import unused errno module.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -5,7 +5,6 @@ try:
|
||||
except ImportError:
|
||||
print("SKIP")
|
||||
raise SystemExit
|
||||
import errno
|
||||
|
||||
|
||||
class Filesystem:
|
||||
|
||||
Reference in New Issue
Block a user