Skip to content

Commit

Permalink
Type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bjmorgan committed Nov 9, 2023
1 parent 9b447d4 commit b3e76ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vasppy/scripts/convergence_testing.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import argparse
import os
import numpy as np
from pymatgen.core import Structure
from pymatgen.core import Structure # type: ignore
from pymatgen.io.vasp import Incar, Potcar # type: ignore
from vasppy.kpoints import get_convergence_testing_kspacing

Expand Down

0 comments on commit b3e76ba

Please sign in to comment.