Skip to content

Commit

Permalink
Tweaked message to match style of W391
Browse files Browse the repository at this point in the history
  • Loading branch information
bmispelon committed Oct 22, 2021
1 parent 4dc1ee7 commit 5f9a30f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake8_leading_blank_lines.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import token

__version__ = '1.0.3'
__version__ = '1.0.4'


def plugin(tree, file_tokens):
Expand All @@ -12,7 +12,7 @@ def plugin(tree, file_tokens):
yield (
first.start[0],
first.start[1],
'LBL001: Blank line at start of file',
'LBL001 blank line at start of file',
None
)

Expand Down

0 comments on commit 5f9a30f

Please sign in to comment.