Remove unnecessary import

This commit is contained in:
Richard Berger
2021-03-24 18:11:31 -04:00
parent b0bc0b9a2f
commit 4fa5ce2dbc

View File

@ -1,5 +1,5 @@
from __future__ import print_function
from lammps import lammps, LAMMPS_INT, LAMMPS_DOUBLE
from lammps import lammps
class LAMMPSFix(object):
def __init__(self, ptr, group_name="all"):