Skip to content

Commit 019d451

Browse files
committed
Remove __version__ from __dir__
1 parent afde12f commit 019d451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/zoneinfo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ def __getattr__(name):
2626

2727

2828
def __dir__():
29-
return sorted(__all__ + ["__version__"])
29+
return sorted(__all__)

0 commit comments

Comments
 (0)