feat(3rd_party): adding stub for tzlocal (#3948)

- tzlocal uses pytz types
This commit is contained in:
Anis
2020-04-30 07:28:01 +02:00
committed by GitHub
parent 7766b2d92b
commit 630b50e458

View File

@@ -0,0 +1,5 @@
from pytz import BaseTzInfo
def reload_localzone() -> None: ...
def get_localzone() -> BaseTzInfo: ...