Skip to content

Commit

Permalink
ignore type override
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Aug 8, 2024
1 parent f262d9f commit 61061ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymatgen/entries/mixing_scheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def __init__(
if hasattr(compat, "check_potcar"):
compat.check_potcar = check_potcar # type: ignore[union-attr]

def process_entries(
def process_entries( # type: ignore[override]
self,
entries: AnyComputedEntry | list[AnyComputedEntry],
clean: bool = True,
Expand Down

0 comments on commit 61061ba

Please sign in to comment.