From 686e751e6d917ce6afee27e358a0cad5c6048d43 Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Thu, 30 Apr 2020 11:45:15 +0200 Subject: [PATCH] Remove the pytest import. Remove the useless import the module is not used. Change-Id: I26d7f7219662e26df88c062ab0f454d3986b1663 --- tests/test_molecule.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_molecule.py b/tests/test_molecule.py index edc40c6..9ca7d5a 100644 --- a/tests/test_molecule.py +++ b/tests/test_molecule.py @@ -10,9 +10,6 @@ # implied. # See the License for the specific language governing permissions and # limitations under the License. - - -import pytest import subprocess