Skip to content

Commit

Permalink
MAINT: Register cartesian_nearest_index to __init__ (QuantEcon#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
oyamad authored and Smit-create committed Dec 20, 2022
1 parent 5ac3db4 commit ab8e913
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions quantecon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
__version__ = '0.6.0'

try:
import numba
import numba
except:
raise ImportError(
"Cannot import numba from current anaconda distribution. \
Please run `conda install numba` to install the latest version.")
raise ImportError(
"Cannot import numba from current anaconda distribution. \
Please run `conda install numba` to install the latest version.")

#-Modules-#
from . import distributions
Expand Down

0 comments on commit ab8e913

Please sign in to comment.