Remove redundant 'exc = True' line (GH-4357)
It can be removed after c28890fb42
This commit is contained in:
parent
bba2239c17
commit
7c9da3e5ba
|
@ -773,7 +773,6 @@ Is semantically equivalent to::
|
|||
mgr = (EXPR)
|
||||
aexit = type(mgr).__aexit__
|
||||
aenter = type(mgr).__aenter__(mgr)
|
||||
exc = True
|
||||
|
||||
VAR = await aenter
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue