Skip to content

Commit 62ad8a9

Browse files
committed
fix import
1 parent 88820df commit 62ad8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metaflow/cmd/develop/stubs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
if _py_ver >= (3, 8):
1717
from importlib import metadata
1818
elif _py_ver >= (3, 7):
19-
from metaflow._vendor import importlib_metadata as metadata
19+
from metaflow._vendor.v3_7 import importlib_metadata as metadata
2020
else:
2121
from metaflow._vendor.v3_6 import importlib_metadata as metadata
2222

0 commit comments

Comments
 (0)