We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d3118 commit 33b776bCopy full SHA for 33b776b
hexrd/hedm/fitgrains.py
@@ -15,9 +15,8 @@
15
from collections import defaultdict
16
17
from hexrd.core import instrument
18
-from hexrd.core.transforms import xfcapi
19
from hexrd.core import rotations
20
-from hexrd.core.fitting import fitGrain, objFuncFitGrain, gFlag_ref
+from .fitting import fitGrain, objFuncFitGrain, gFlag_ref
21
22
logger = logging.getLogger(__name__)
23
0 commit comments