Skip to content

Commit 5055ef1

Browse files
committed
Fix import of importlib.metadata
1 parent b7b99a0 commit 5055ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/weechat_script_lint/lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# ruff: noqa: FBT001,FBT002,T201
2525

2626
import argparse
27-
import importlib
27+
import importlib.metadata
2828
import pathlib
2929
import sys
3030
from collections.abc import Generator

0 commit comments

Comments
 (0)