We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afde12f commit 019d451Copy full SHA for 019d451
Lib/zoneinfo/__init__.py
@@ -26,4 +26,4 @@ def __getattr__(name):
26
27
28
def __dir__():
29
- return sorted(__all__ + ["__version__"])
+ return sorted(__all__)
0 commit comments