Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 01d8fd4

Browse files
committed
Removed irrelevant comment
1 parent 26230bf commit 01d8fd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pep257.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,6 @@ def check_no_blank_before(self, function, docstring): # def
13991399
There's no blank line either before or after the docstring.
14001400
14011401
"""
1402-
# NOTE: This does not take comments into account.
14031402
# NOTE: This does not take into account functions with groups of code.
14041403
if docstring:
14051404
before, _, after = function.source.partition(docstring)

0 commit comments

Comments
 (0)