Skip to content

Commit

Permalink
removed excess imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodot- committed Mar 2, 2022
1 parent bd971ad commit 256b9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/montecarlo/montecarlo_numba/numba_interface.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from enum import IntEnum

from numba import float64, int64, boolean, njit
from numba import float64, int64
from numba.experimental import jitclass
import numpy as np

Expand Down

0 comments on commit 256b9d0

Please sign in to comment.