Skip to content

Commit f0be8df

Browse files
committed
Python code linting changes detected by black
1 parent a5fb30a commit f0be8df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

GrpcInterface/Python/rips/tests/test_wells.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,9 @@ def test_import_rmswell_with_w_extension(rips_instance, initialize_test):
394394
case_path = case_root_path + "/TEST10K_FLT_LGR_NNC.EGRID"
395395
case = rips_instance.project.load_case(path=case_path)
396396

397-
well_path_file = "../../../ApplicationLibCode/UnitTests/TestData/RifRmsWellPathReader/55_33-1.w"
397+
well_path_file = (
398+
"../../../ApplicationLibCode/UnitTests/TestData/RifRmsWellPathReader/55_33-1.w"
399+
)
398400
well_path_names = rips_instance.project.import_well_paths([well_path_file])
399401

400402
assert len(well_path_names) == 1

0 commit comments

Comments
 (0)