_utils.NoLock.__exit__: Use standard parameter names
In any case, `type` is a builtin.
This commit is contained in:
@@ -28,7 +28,7 @@ class NoLock(object):
|
|||||||
def __enter__(self):
|
def __enter__(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def __exit__(self, type, value, traceback):
|
def __exit__(self, exc_type, exc_value, traceback):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user