Skip to content

Commit 647c1d4

Browse files
remove Any for now while discussions ongoing
1 parent a33515e commit 647c1d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/_version.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import re
1818
import subprocess
1919
import sys
20-
from typing import Any
2120

2221

2322
def get_keywords():
@@ -641,7 +640,7 @@ def render(pieces, style):
641640
}
642641

643642

644-
def get_versions() -> dict[str, Any]:
643+
def get_versions() -> dict:
645644
"""Get version information or return default if unable to do so."""
646645
# I am in _version.py, which lives at ROOT/VERSIONFILE_SOURCE. If we have
647646
# __file__, we can work backwards from there to the root. Some

0 commit comments

Comments
 (0)