We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c909f34 commit 2721185Copy full SHA for 2721185
src/handwritten/_time.py
@@ -36,7 +36,7 @@ def _convert_to_desired_timezone(
36
femtosecond,
37
yoctosecond,
38
tzinfo=std_datetime_result.tzinfo,
39
- fold=std_datetime_result.fold
+ fold=std_datetime_result.fold,
40
)
41
return desired_expected_time
42
tests/unit/test_lib_time.py
@@ -130,7 +130,7 @@ def test___utc_datetime_with_femtoseconds___convert_to_timestamp_with_dst___is_r
130
131
assert ts.msb == LibTimestamp.from_datetime(expected_la_time).msb
132
assert ts.lsb == subseconds
133
- assert roundtrip_dt.femtosecond == expected_la_time.femtosecond
+ assert roundtrip_dt.femtosecond == expected_la_time.femtosecond
134
135
136
@pytest.mark.parametrize(
0 commit comments