Skip to content

Commit fa3bb8b

Browse files
authored
linting
1 parent 32dbeb8 commit fa3bb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymatgen/io/validation/check_incar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ def _check_parameter(
868868

869869
if isinstance(current_value, str):
870870
current_value = current_value.upper()
871-
871+
872872
kwargs: dict[str, Any] = {}
873873
if operation == "approx" and isinstance(current_value, float):
874874
kwargs.update({"rel_tol": tolerance or self.tolerance, "abs_tol": 0.0})

0 commit comments

Comments
 (0)