Skip to content

Commit

Permalink
Fix mypy test on 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch committed Aug 29, 2024
1 parent a885e0f commit d5f0f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata_please/pep621.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
try:
import tomllib as toml
except ImportError:
import toml # type: ignore[no-redef]
import toml # type: ignore[no-redef,unused-ignore]
from pathlib import Path

from packaging.utils import canonicalize_name
Expand Down

0 comments on commit d5f0f45

Please sign in to comment.