Skip to content

Commit

Permalink
Flake linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Nov 14, 2023
1 parent c140d08 commit 1247c88
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions drivers/py/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
import argparse
import numpy as np

from pes.dummy import Dummy_driver
from pes import Dummy_driver
from pes import *

try:
from pes import *
except ImportError:
Expand Down
2 changes: 1 addition & 1 deletion drivers/py/pes/mace.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import sys
import numpy as np
from ipi.utils.units import unit_to_internal, unit_to_user
from .dummy import Dummy_driver

from ase import Atoms
from ase.io import read

from mace.calculators import MACECalculator
Expand Down
1 change: 0 additions & 1 deletion drivers/py/pes/pet.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import numpy as np
from .dummy import Dummy_driver

from ipi.utils.mathtools import det_ut3x3
from ipi.utils.units import unit_to_internal, unit_to_user

try:
Expand Down

0 comments on commit 1247c88

Please sign in to comment.