Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jun 24, 2024
1 parent 2412b87 commit 519ced1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custodian/vasp/utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Utility methods for VASP error handlers."""

from __future__ import annotations

from typing import TYPE_CHECKING
Expand Down Expand Up @@ -60,7 +62,6 @@ def increase_k_point_density(
The new Kpoints object / KSPACING consistent with constraints.
If an empty dict, no new k-point mesh could be found.
"""

uses_kspacing = isinstance(kpoints, (float, int))

if uses_kspacing:
Expand Down

0 comments on commit 519ced1

Please sign in to comment.