Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumChemist committed Jan 25, 2025
1 parent f05cad0 commit 0e8d187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atomate2/vasp/flows/lobster.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
update_user_incar_settings_maker,
)
from atomate2.vasp.sets.core import NonSCFSetGenerator, StaticSetGenerator
from atomate2.forcefields.jobs import ForceFieldRelaxMaker

try:
import ijson
Expand All @@ -32,7 +33,6 @@
from pathlib import Path
from pymatgen.core import Structure
from atomate2.vasp.jobs.base import BaseVaspMaker
from atomate2.forcefields.jobs import ForceFieldRelaxMaker


LOBSTER_UNIFORM_MAKER = UniformBandStructureMaker(
Expand Down

0 comments on commit 0e8d187

Please sign in to comment.