Skip to content

Commit f978c64

Browse files
committed
Flake8 formatting fix
1 parent 7a7b293 commit f978c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/forest/jasmine/traj2stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,7 @@ def gps_quality_check(study_folder: str, study_id: str) -> float:
15511551
if file_list[i][0] == ".":
15521552
file_list[i] = file_list[i][2:]
15531553
file_path = [
1554-
f"{gps_path }/{file_list[j]}"
1554+
f"{gps_path}/{file_list[j]}"
15551555
for j, _ in enumerate(file_list)
15561556
]
15571557
file_path_array = np.sort(np.array(file_path))

0 commit comments

Comments
 (0)