Skip to content

Commit d46efed

Browse files
committed
- Ran ruff format
1 parent 6398a28 commit d46efed

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/test_parse.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ def test_parse(self):
4747
("tests/data/KOF_from_ArcGIS.kof", 131, 83711.914, 1193605.427, 5, 5110, 5110),
4848
],
4949
)
50-
def test_upload_kof_with_proj_and_meta(self, file_name, number_of_locations, expected_easting, expected_northing,
51-
expected_z, kof_srid, proj_srid):
50+
def test_upload_kof_with_proj_and_meta(
51+
self, file_name, number_of_locations, expected_easting, expected_northing, expected_z, kof_srid, proj_srid
52+
):
5253
"""
5354
Test uploading kof file
5455

0 commit comments

Comments
 (0)