Skip to content

Commit 1d437e9

Browse files
committed
import typo
1 parent 99663e8 commit 1d437e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hexrd/gridutil.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
from numpy import sum as asum
66
from numpy.linalg import det
77
import numpy as np
8-
from hexrd.constants import USE_NUMBA, sqrt_epsf
8+
from hexrd.constants import sqrt_epsf
9+
from hexrd import USE_NUMBA
910
if USE_NUMBA:
1011
import numba
1112

0 commit comments

Comments
 (0)