Skip to content

Commit d9fc16f

Browse files
committed
Remove __version__ from __dir__
1 parent d490586 commit d9fc16f

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)