Skip to content

Commit 57871e9

Browse files
committed
Satisfy linter
1 parent 185a6d7 commit 57871e9

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/test/test_cext/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# gh-91321: Build a basic C test extension to check that the Python C API is
22
# compatible with C and does not emit C compiler warnings.
33
import os
4-
import platform
54
import shlex
65
import sys
76
import sysconfig

Lib/test/test_cppext/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# gh-91321: Build a basic C++ test extension to check that the Python C API is
22
# compatible with C++ and does not emit C++ compiler warnings.
33
import os
4-
import platform
54
import shlex
65
import sys
76
import sysconfig

0 commit comments

Comments
 (0)