mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
feat(3rd_party): adding stub for tzlocal (#3948)
- tzlocal uses pytz types
This commit is contained in:
5
third_party/2and3/tzlocal/__init__.pyi
vendored
Normal file
5
third_party/2and3/tzlocal/__init__.pyi
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
from pytz import BaseTzInfo
|
||||
|
||||
def reload_localzone() -> None: ...
|
||||
|
||||
def get_localzone() -> BaseTzInfo: ...
|
||||
Reference in New Issue
Block a user