Skip to content

Commit 41a9e54

Browse files
Deck451jschaf
authored andcommitted
Removed unnecessary pass statement. Function has at least a docstring.
1 parent eb63ca4 commit 41a9e54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pylint_flask/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ def register(_):
99
"""register is expected by pylint for plugins, but we are creating a
1010
transform, not registering a checker.
1111
"""
12-
pass
1312

1413

1514
def copy_node_info(src, dest):

0 commit comments

Comments
 (0)