mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
No need to assign the results of expressions used only for side effects.
This commit is contained in:
parent
7d4b759bd9
commit
84fedf7f06
8 changed files with 7 additions and 9 deletions
|
@ -10,7 +10,6 @@ except ImportError:
|
|||
|
||||
import warnings
|
||||
|
||||
from functools import wraps
|
||||
from time import time as _time, sleep as _sleep
|
||||
from traceback import format_exc as _format_exc
|
||||
from collections import deque
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue