Skip to content

Commit 9aeec0e

Browse files
committed
tests: Add missing "import sys".
1 parent f53c343 commit 9aeec0e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/extmod/uctypes_ptr_le.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import sys
12
import uctypes
23

34
if sys.byteorder != "little":

0 commit comments

Comments
 (0)