Skip to content

Commit a1635d8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 07215f1 commit a1635d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_column_line_numbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_lineno(parsed_errors: Tuple[Generator[ERROR_CODE, None, None], ParserTe
4848

4949

5050
def test_column_offset(
51-
parsed_errors: Tuple[Generator[ERROR_CODE, None, None], ParserTestCase]
51+
parsed_errors: Tuple[Generator[ERROR_CODE, None, None], ParserTestCase],
5252
) -> None:
5353
"""
5454
Check for correct column number values.

0 commit comments

Comments
 (0)