Skip to content

Commit 898c04a

Browse files
committed
tests/extmod/vfs_mountinfo.py: Don't import unused errno module.
Signed-off-by: Damien George <[email protected]>
1 parent a081b2e commit 898c04a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)