mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Add get_localzone_name to tzlocal (#6912)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
version = "3.0"
|
||||
version = "4.1"
|
||||
requires = ["types-pytz"]
|
||||
|
||||
@@ -2,3 +2,4 @@ from pytz import BaseTzInfo
|
||||
|
||||
def reload_localzone() -> None: ...
|
||||
def get_localzone() -> BaseTzInfo: ...
|
||||
def get_localzone_name() -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user