Skip to content

Commit

Permalink
💬 Update type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
arafune committed Feb 7, 2024
1 parent 3b53fcc commit a536664
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arpes/utilities/conversion/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@
import numpy as np
import xarray as xr
from scipy.interpolate import RegularGridInterpolator
from xarray.coding.cftime_offsets import MonthEnd

from arpes.provenance import PROVENANCE, provenance, update_provenance
from arpes.utilities import normalize_to_spectrum
from arpes.utilities.conversion.base import CoordinateConverter
from arpes.utilities.conversion.calibration import DetectorCalibration

from .fast_interp import Interpolator
Expand All @@ -50,7 +48,6 @@
from .kz_conversion import ConvertKpKz

if TYPE_CHECKING:
from _typeshed import Incomplete
from numpy.typing import NDArray

from arpes._typing import MOMENTUM
Expand Down

0 comments on commit a536664

Please sign in to comment.