Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix legacy modules
check_username_for_spam
Broke in #17916, as the signature inspection incorrectly looks at the wrapper function. We fix this by setting the signature on the wrapper function to that of the wrapped function via `@functools.wraps`.
- Loading branch information