From 2df5f8b62268f3e60357a7fe4d7aca72ab40d672 Mon Sep 17 00:00:00 2001 From: Kevin Lewis Date: Thu, 27 Jun 2024 11:05:27 -0400 Subject: [PATCH] Removed unused import --- hexrd/transforms/new_capi/xf_new_capi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hexrd/transforms/new_capi/xf_new_capi.py b/hexrd/transforms/new_capi/xf_new_capi.py index e38d19260..4e0280680 100644 --- a/hexrd/transforms/new_capi/xf_new_capi.py +++ b/hexrd/transforms/new_capi/xf_new_capi.py @@ -24,7 +24,6 @@ - homochoricOfQuat """ from . import constants as cnst -# from .transforms_definitions import xf_api from hexrd.extensions import _new_transforms_capi as _impl import numpy as np