Skip to content

Commit 9c364e3

Browse files
committed
- Fix black issue.
1 parent f2f1513 commit 9c364e3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tests/test_parse.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,11 @@ def test_upload_kof(self, file):
106106

107107
def test_err_file_containing_tabs(self):
108108

109-
srid = 5110 # (ETRS89/NTM10)
110-
109+
srid = 5110
111110
parser = KOFParser()
112111

113112
with pytest.raises(
114-
exceptions.ParseError,
115-
match="Error parsing KOF file on line 3 - KOF file contains tabs, please convert to spaces.",
113+
exceptions.ParseError,
114+
match="Error parsing KOF file on line 3 - KOF file contains tabs, please convert to spaces.",
116115
):
117116
parser.parse("tests/data/kof-with-tabs.kof", srid)

0 commit comments

Comments
 (0)