mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-20 00:28:28 +08:00
Re-organize directory structure (#4971)
See discussion in #2491 Co-authored-by: Ivan Levkivskyi <ilevkivskyi@dropbox.com>
This commit is contained in:
3
stubs/tzlocal/METADATA.toml
Normal file
3
stubs/tzlocal/METADATA.toml
Normal file
@@ -0,0 +1,3 @@
|
||||
version = "0.1"
|
||||
python2 = true
|
||||
requires = ["types-pytz"]
|
||||
4
stubs/tzlocal/tzlocal/__init__.pyi
Normal file
4
stubs/tzlocal/tzlocal/__init__.pyi
Normal file
@@ -0,0 +1,4 @@
|
||||
from pytz import BaseTzInfo
|
||||
|
||||
def reload_localzone() -> None: ...
|
||||
def get_localzone() -> BaseTzInfo: ...
|
||||
Reference in New Issue
Block a user