Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 24, 2023
1 parent 0a3190e commit 363f8b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custodian/vasp/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
from functools import reduce

import numpy as np
from monty.os.path import zpath
from monty.io import zopen
from monty.os.path import zpath
from monty.serialization import loadfn
from pymatgen.core.structure import Structure
from pymatgen.io.vasp.inputs import Incar, Kpoints, Poscar, VaspInput
Expand Down
3 changes: 1 addition & 2 deletions custodian/vasp/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
import os
from collections import deque

from monty.os.path import zpath
from monty.io import zopen

from monty.os.path import zpath
from pymatgen.io.vasp import Chgcar, Incar, Outcar, Vasprun

from custodian.custodian import Validator
Expand Down

0 comments on commit 363f8b5

Please sign in to comment.