Skip to content

Commit 33b776b

Browse files
committed
Update imports
1 parent 42d3118 commit 33b776b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hexrd/hedm/fitgrains.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
from collections import defaultdict
1616

1717
from hexrd.core import instrument
18-
from hexrd.core.transforms import xfcapi
1918
from hexrd.core import rotations
20-
from hexrd.core.fitting import fitGrain, objFuncFitGrain, gFlag_ref
19+
from .fitting import fitGrain, objFuncFitGrain, gFlag_ref
2120

2221
logger = logging.getLogger(__name__)
2322

0 commit comments

Comments
 (0)