From 3376f3daa8c41b0510d4ea9a85975d34f89bef47 Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Tue, 26 Oct 2021 16:45:57 -0400 Subject: [PATCH] Remove unused import --- python/examples/matplotlib_plot.py | 1 - python/examples/simple.py | 1 - 2 files changed, 2 deletions(-) diff --git a/python/examples/matplotlib_plot.py b/python/examples/matplotlib_plot.py index b85d40c4c4..0c918507ad 100755 --- a/python/examples/matplotlib_plot.py +++ b/python/examples/matplotlib_plot.py @@ -62,7 +62,6 @@ if me == 0: plt.show(block=False) # run nfreq steps at a time w/out pre/post, query compute, refresh plot -import time while ntimestep < nsteps: lmp.command("run %d pre no post no" % nfreq) diff --git a/python/examples/simple.py b/python/examples/simple.py index 861a208895..8925ce48c0 100755 --- a/python/examples/simple.py +++ b/python/examples/simple.py @@ -13,7 +13,6 @@ from __future__ import print_function import sys -import numpy as np import ctypes # parse command line