mirror of
https://github.com/python/cpython.git
synced 2026-05-31 00:28:25 -04:00
Remove unused import; reported by Neal Norwitz.
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ Exported functions:
|
||||
name (None if not present).
|
||||
"""
|
||||
|
||||
import re, string, sys, time, operator
|
||||
import re, string, time, operator
|
||||
|
||||
from types import *
|
||||
|
||||
|
||||
Reference in New Issue
Block a user