From f5db59004e4fbf7096085cb3ab6c2bccc631e23e Mon Sep 17 00:00:00 2001 From: Ricardo Date: Fri, 6 Aug 2021 16:51:25 +0200 Subject: [PATCH] Remove unused import in `test_smc` --- pymc3/tests/test_smc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pymc3/tests/test_smc.py b/pymc3/tests/test_smc.py index 16472ea595..b688b251e0 100644 --- a/pymc3/tests/test_smc.py +++ b/pymc3/tests/test_smc.py @@ -12,7 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -import aesara import aesara.tensor as at import numpy as np import pytest