Skip to content

Commit 581988c

Browse files
committed
fix: AttributeError: module 'importlib' has no attribute 'metadata'
1 parent 7452704 commit 581988c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Server module for MetricFlow MCP server."""
22

3-
import importlib
3+
import importlib.metadata
44

55
VERSION = importlib.metadata.version("mcp-metricflow")

0 commit comments

Comments
 (0)