Skip to content

Commit 3be4305

Browse files
Commit
1 parent 5aea297 commit 3be4305

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

stubs/tzdata/@tests/stubtest_allowlist.txt

Whitespace-only changes.

stubs/tzdata/METADATA.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
version = "*.*"
2+
upstream_repository = "https://github.com/python/tzdata"

stubs/tzdata/tzdata/__init__.pyi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from typing import Final
2+
3+
__version__: Final[str]
4+
IANA_VERSION: Final[str]

0 commit comments

Comments
 (0)