tests/extmod/vfs_mountinfo.py: Don't import unused errno module.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2025-04-24 12:21:27 +10:00
parent a081b2e151
commit 898c04ae0e

View File

@@ -5,7 +5,6 @@ try:
except ImportError:
print("SKIP")
raise SystemExit
import errno
class Filesystem: