Skip to content

Commit

Permalink
Closes #1020
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Nov 25, 2019
1 parent 945017d commit 12709fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions wemake_python_styleguide/violations/consistency.py
Original file line number Diff line number Diff line change
Expand Up @@ -2038,13 +2038,15 @@ class BracketBlankLineViolation(TokenizeViolation):
# Correct:
arr = [
1,
2
2,
]
# Wrong:
arr = [
1,
2
2,
]
.. versionadded:: 0.13.0
Expand Down

0 comments on commit 12709fb

Please sign in to comment.