Skip to content

Commit

Permalink
import typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvbernier committed Jun 11, 2020
1 parent 99663e8 commit 1d437e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hexrd/gridutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
from numpy import sum as asum
from numpy.linalg import det
import numpy as np
from hexrd.constants import USE_NUMBA, sqrt_epsf
from hexrd.constants import sqrt_epsf
from hexrd import USE_NUMBA
if USE_NUMBA:
import numba

Expand Down

0 comments on commit 1d437e9

Please sign in to comment.