Skip to content

Commit 72ffb5e

Browse files
author
Franziska Geiger
committed
Revert ginstall change
1 parent 99ea21c commit 72ffb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/lib-graalpython/modules/ginstall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def gast(**kwargs):
8484
def astor(**kwargs):
8585
install_from_pypi("astor==0.8.0", **kwargs)
8686

87-
def absl-py(**kwargs):
87+
def absl_py(**kwargs):
8888
install_from_pypi("absl-py==0.7.1", **kwargs)
8989

9090
def mock(**kwargs):

0 commit comments

Comments
 (0)