Skip to content

Commit

Permalink
Remove offending linting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Dec 11, 2024
1 parent 9ff725d commit b28b4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymatgen/io/cp2k/sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def __init__(
def get_basis_and_potential(
structure: Structure,
basis_and_potential: dict[str, dict[str, Any]],
cp2k_data_dir: str | Path | None = None,
cp2k_data_dir: str | None = None,
) -> dict[str, dict[str, Any]]:
"""Get a dictionary of basis and potential info for constructing the input file.
Expand Down

0 comments on commit b28b4c2

Please sign in to comment.