Chen Jianzhang
Results
1
issues of
Chen Jianzhang
Hello👋, this PR removes the unnecessary `@functools.wraps(func)` decorator in the `on_import` function. The specific line is redundant for the following reasons: - The variable`func` is None, and passing `None` to...