Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 15, 2024
1 parent bfe9473 commit df443e6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion colour_hdri/exposure/tests/test_common.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Define the unit tests for the :mod:`colour_hdri.exposure.common` module."""


import numpy as np
from colour.constants import TOLERANCE_ABSOLUTE_TESTS

Expand Down
1 change: 0 additions & 1 deletion colour_hdri/exposure/tests/test_dsc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Define the unit tests for the :mod:`colour_hdri.exposure.dsc` module."""


import numpy as np
from colour.constants import TOLERANCE_ABSOLUTE_TESTS

Expand Down
1 change: 0 additions & 1 deletion colour_hdri/generation/tests/test_weighting_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
:mod:`colour_hdri.generation.weighting_functions` module.
"""


import numpy as np
from colour.constants import TOLERANCE_ABSOLUTE_TESTS

Expand Down
1 change: 0 additions & 1 deletion colour_hdri/models/tests/test_rgb.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Define the unit tests for the :mod:`colour_hdri.models.rgb` module."""


import numpy as np
from colour.constants import TOLERANCE_ABSOLUTE_TESTS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
:mod:`colour_hdri.tonemapping.global_operators.operators` module.
"""


import numpy as np
from colour.constants import TOLERANCE_ABSOLUTE_TESTS

Expand Down

0 comments on commit df443e6

Please sign in to comment.