Skip to content

Commit 8e00810

Browse files
committed
fix: fix test cases for python 3.8 zoneinfo
1 parent df96c38 commit 8e00810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django-stubs/utils/timezone.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ from datetime import date, datetime, time, timedelta, timezone, tzinfo
33
from types import TracebackType
44
from typing import Literal, overload
55

6-
import zoneinfo
6+
import zoneinfo # type: ignore[import-not-found,unused-ignore]
77

88
def get_fixed_timezone(offset: timedelta | int) -> timezone: ...
99
def get_default_timezone() -> zoneinfo.ZoneInfo: ...

0 commit comments

Comments
 (0)