Skip to content

Commit 898c04a

Browse files
committed
tests/extmod/vfs_mountinfo.py: Don't import unused errno module.
Signed-off-by: Damien George <damien@micropython.org>
1 parent a081b2e commit 898c04a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/extmod/vfs_mountinfo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
except ImportError:
66
print("SKIP")
77
raise SystemExit
8-
import errno
98

109

1110
class Filesystem:

0 commit comments

Comments
 (0)