Skip to content

Commit

Permalink
STY: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jwboth committed Apr 12, 2024
1 parent deed14e commit f19c6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darsia/corrections/color/illuminationcorrection.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Module containing illumination correction functionality."""

from typing import Literal, Union
from pathlib import Path
from typing import Literal, Union

import matplotlib.pyplot as plt
import numpy as np
Expand Down

0 comments on commit f19c6c4

Please sign in to comment.