Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdcs committed Jan 5, 2024
1 parent d82c02f commit ceba79e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions colour/volume/spectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
from __future__ import annotations

import numpy as np

from colour.colorimetry import (
MultiSpectralDistributions,
SpectralDistribution,
Expand All @@ -38,13 +37,13 @@
Literal,
NDArrayFloat,
)
from colour.models.cie_xyy import XYZ_to_xy
from colour.utilities import (
CACHE_REGISTRY,
is_caching_enabled,
validate_method,
zeros,
)
from colour.models.cie_xyy import XYZ_to_xy
from colour.volume import is_within_mesh_volume

__author__ = "Colour Developers"
Expand Down

0 comments on commit ceba79e

Please sign in to comment.