PEP 492: Remove redundant 'exc = True' line

This commit is contained in:
Berker Peksag 2017-11-10 01:19:58 +03:00 committed by GitHub
parent 1319142c68
commit cd78f23196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -387,7 +387,6 @@ which is semantically equivalent to::
mgr = (EXPR)
aexit = type(mgr).__aexit__
aenter = type(mgr).__aenter__(mgr)
exc = True
VAR = await aenter
try: