mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 12:35:49 +08:00
feat(3rd_party): adding stub for tzlocal (#3948)
- tzlocal uses pytz types
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
from pytz import BaseTzInfo
|
||||
|
||||
def reload_localzone() -> None: ...
|
||||
|
||||
def get_localzone() -> BaseTzInfo: ...
|
||||
Reference in New Issue
Block a user