From 2b2bc9a4680d5c2937178dc5dee754ff3af92f79 Mon Sep 17 00:00:00 2001 From: shriwise Date: Sat, 8 Sep 2018 02:04:39 -0500 Subject: [PATCH] Removing bad import. --- tests/unit_tests/cad/test_cad.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/unit_tests/cad/test_cad.py b/tests/unit_tests/cad/test_cad.py index 21a3a246d3..b6a8db9bd5 100644 --- a/tests/unit_tests/cad/test_cad.py +++ b/tests/unit_tests/cad/test_cad.py @@ -3,8 +3,6 @@ import pytest from subprocess import call -from tests.unit_tests import assert_false - def test_cad(): assert not call(["openmc"])