Kaydet (Commit) 381dc6c2 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Issue #29103: Remove unused import. Noticed by Jean-Sebastien Bevilacqua.

üst 51447db4
import sys
from types import MappingProxyType, DynamicClassAttribute
from functools import reduce
from operator import or_ as _or_, and_ as _and_, xor, neg
from operator import or_ as _or_
# try _collections first to reduce startup cost
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment