From c335e50409ea78e405585ee52482711c9f42bffc Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Fri, 15 May 2020 11:49:46 +0200 Subject: [PATCH] Remove the useless pytest import. The module pytest is import but not used. Remove it. Change-Id: I44ab362ed289aff9c0d3e75842ed631eaf5f0cc2 --- tests/test_molecule.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_molecule.py b/tests/test_molecule.py index edc40c681..25322249e 100644 --- a/tests/test_molecule.py +++ b/tests/test_molecule.py @@ -12,7 +12,6 @@ # limitations under the License. -import pytest import subprocess