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 a33515e commit 647c1d4Copy full SHA for 647c1d4
pandas/_version.py
@@ -17,7 +17,6 @@
17
import re
18
import subprocess
19
import sys
20
-from typing import Any
21
22
23
def get_keywords():
@@ -641,7 +640,7 @@ def render(pieces, style):
641
640
}
642
643
644
-def get_versions() -> dict[str, Any]:
+def get_versions() -> dict:
645
"""Get version information or return default if unable to do so."""
646
# I am in _version.py, which lives at ROOT/VERSIONFILE_SOURCE. If we have
647
# __file__, we can work backwards from there to the root. Some
0 commit comments