Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
madhur-ob committed May 15, 2024
1 parent a66a088 commit 9f230ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaflow/cmd/develop/stubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def _check_stubs_supported():
if _py_ver >= (3, 8):
from importlib import metadata
elif _py_ver >= (3, 6):
from metaflow._vendor.v3_6 import importlib_metadata as metadata
from metaflow._vendor import importlib_metadata as metadata
else:
from metaflow._vendor.v3_5 import importlib_metadata as metadata
_metadata_package = metadata
Expand Down

0 comments on commit 9f230ab

Please sign in to comment.