Skip to content

Commit 7c8b132

Browse files
committed
lint fix
1 parent 271649b commit 7c8b132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmdstanpy/utils/stancsv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def scan_time(fd: TextIO, config_dict: Dict[str, Any], lineno: int) -> int:
424424
elif 'Sampling' in content:
425425
key = 'sampling'
426426
time_str = tokens[0]
427-
elif 'Total' in content:
427+
elif 'Total' in content:
428428
key = 'total'
429429
time_str = tokens[0]
430430
else:

0 commit comments

Comments
 (0)