Skip to content

Commit fffe205

Browse files
committed
add missing comma
1 parent cd9067a commit fffe205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generated/nidaqmx/_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def _convert_to_desired_timezone(
3636
femtosecond,
3737
yoctosecond,
3838
tzinfo=std_datetime_result.tzinfo,
39-
fold=std_datetime_result.fold
39+
fold=std_datetime_result.fold,
4040
)
4141
return desired_expected_time
4242

0 commit comments

Comments
 (0)