Skip to content

Commit 2721185

Browse files
committed
fix lint
1 parent c909f34 commit 2721185

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/handwritten/_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

tests/unit/test_lib_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test___utc_datetime_with_femtoseconds___convert_to_timestamp_with_dst___is_r
130130

131131
assert ts.msb == LibTimestamp.from_datetime(expected_la_time).msb
132132
assert ts.lsb == subseconds
133-
assert roundtrip_dt.femtosecond == expected_la_time.femtosecond
133+
assert roundtrip_dt.femtosecond == expected_la_time.femtosecond
134134

135135

136136
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)