Skip to content

Commit d8dafbc

Browse files
authored
fix Poetry 2.3 deprecation (#53)
1 parent 3881f54 commit d8dafbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
from poetry.utils._compat import metadata
3+
from importlib import metadata
44

55

66
__version__ = metadata.version("poetry-plugin-shell")

0 commit comments

Comments
 (0)