smell: rename unused imports
This commit is contained in:
@ -1,5 +1,3 @@
|
|||||||
import inspect
|
|
||||||
import pprint
|
|
||||||
import re
|
import re
|
||||||
import threading
|
import threading
|
||||||
import types
|
import types
|
||||||
|
|||||||
@ -58,8 +58,6 @@ class Limit(Configurable):
|
|||||||
|
|
||||||
|
|
||||||
def Tee(f):
|
def Tee(f):
|
||||||
from bonobo.constants import NOT_MODIFIED
|
|
||||||
|
|
||||||
@functools.wraps(f)
|
@functools.wraps(f)
|
||||||
def wrapped(*args, **kwargs):
|
def wrapped(*args, **kwargs):
|
||||||
nonlocal f
|
nonlocal f
|
||||||
|
|||||||
Reference in New Issue
Block a user