Skip to content

Commit 9bfce1d

Browse files
committed
Remove unused import
1 parent 3b79b94 commit 9bfce1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/import.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Module definition and import implementation */
22

33
#include "Python.h"
4-
#include "pycore_bitutils.h" // _Py_bswap32()
54
#include "pycore_ceval.h"
65
#include "pycore_hashtable.h" // _Py_hashtable_new_full()
76
#include "pycore_import.h" // _PyImport_BootstrapImp()

0 commit comments

Comments
 (0)