You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could the functools module be added to the import whitelist? I don't think there's anything dangerous in there, and having access to @functools.wraps is nice when writing your own decorators.
The text was updated successfully, but these errors were encountered:
Could the functools module be added to the import whitelist? I don't think there's anything dangerous in there, and having access to
@functools.wraps
is nice when writing your own decorators.The text was updated successfully, but these errors were encountered: