We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e9e41 commit 8a4563cCopy full SHA for 8a4563c
pandas/__init__.py
@@ -83,7 +83,7 @@
83
from ._version import get_versions
84
v = get_versions()
85
__version__ = v.get('closest-tag', v['version'])
86
-__git_version__ = v.get['full-revisionid']
+__git_version__ = v.get('full-revisionid')
87
del get_versions, v
88
89
# module level doc-string
0 commit comments