Skip to content

Commit

Permalink
Removed unnecessary pass statement. Function has at least a docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
Octavian authored and jschaf committed Mar 10, 2021
1 parent eb63ca4 commit 920d716
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pylint_flask/__init__.py
Expand Up @@ -9,7 +9,6 @@ def register(_):
"""register is expected by pylint for plugins, but we are creating a
transform, not registering a checker.
"""
pass


def copy_node_info(src, dest):
Expand Down

0 comments on commit 920d716

Please sign in to comment.