From 8242b1dd121b2afbfa43651d828f696c021ce0ca Mon Sep 17 00:00:00 2001 From: "Megan C. Davis" <84803383+megcdavis@users.noreply.github.com> Date: Mon, 30 Jun 2025 13:21:49 -0400 Subject: [PATCH] remove depreciated import remove depreciated, unused generate_jit import --- PyROA/PyROA.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyROA/PyROA.py b/PyROA/PyROA.py index 6c989f8..31e3147 100644 --- a/PyROA/PyROA.py +++ b/PyROA/PyROA.py @@ -15,7 +15,7 @@ from numba import jit from numba import prange from numba.typed import List -from numba import generated_jit, types +from numba import types from scipy import special import scipy.special import matplotlib