remove unused imports

This commit is contained in:
Axel Kohlmeyer
2022-06-12 23:36:43 -04:00
parent ed702aab05
commit ef48fd2d9c
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import numpy as np
from lammps import lammps, LAMMPS_INT, LMP_STYLE_GLOBAL, LMP_VAR_EQUAL, LMP_VAR_ATOM
from lammps import lammps, LMP_VAR_EQUAL
# method for rotating elastic constants

View File

@ -11,7 +11,7 @@ independently and used to build the wheel without installing it.
"""
from __future__ import print_function
import sys,os,shutil,time,glob,subprocess
import sys,os,shutil,glob,subprocess
from argparse import ArgumentParser
parser = ArgumentParser(prog='install.py',