From ccda2d3af374e9fc30e79b86da3dc15628196bbc Mon Sep 17 00:00:00 2001 From: cpf Date: Wed, 25 May 2022 17:32:34 +0200 Subject: [PATCH] removed import cos --- tests/unit_tests/test_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_tests/test_source.py b/tests/unit_tests/test_source.py index f186437e4..dbcf49efc 100644 --- a/tests/unit_tests/test_source.py +++ b/tests/unit_tests/test_source.py @@ -1,6 +1,6 @@ import openmc import openmc.stats -from math import pi, cos +from math import pi def test_source(): space = openmc.stats.Point()