Remove the exceptions builtin module, all the exceptions are already builtin.
This commit is contained in:
@@ -20,8 +20,6 @@ from _weakref import (
|
||||
ProxyType,
|
||||
ReferenceType)
|
||||
|
||||
from exceptions import ReferenceError
|
||||
|
||||
|
||||
ProxyTypes = (ProxyType, CallableProxyType)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user