Skip to content

Commit b28b4c2

Browse files
committed
Remove offending linting issue.
1 parent 9ff725d commit b28b4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pymatgen/io/cp2k/sets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def __init__(
371371
def get_basis_and_potential(
372372
structure: Structure,
373373
basis_and_potential: dict[str, dict[str, Any]],
374-
cp2k_data_dir: str | Path | None = None,
374+
cp2k_data_dir: str | None = None,
375375
) -> dict[str, dict[str, Any]]:
376376
"""Get a dictionary of basis and potential info for constructing the input file.
377377

0 commit comments

Comments
 (0)