Remove redundant 'exc = True' line (GH-4357)

It can be removed after c28890fb42
This commit is contained in:
Berker Peksag 2017-11-11 17:55:05 +03:00 committed by GitHub
parent bba2239c17
commit 7c9da3e5ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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: