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 Jan 20, 2025
1 parent 22911d9 commit 774ec37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bubble_analyser/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ def final_circles_filtering(
return imgRGB_overlay, labels, circle_properties


def pre_processing() -> (
tuple[npt.NDArray[np.int_], npt.NDArray[np.int_], Config, float, float]
):
def pre_processing() -> tuple[
npt.NDArray[np.int_], npt.NDArray[np.int_], Config, float, float
]:
"""Run the default image processing routine.
This function loads the configuration parameters from the TOML file, calculates the
Expand Down

0 comments on commit 774ec37

Please sign in to comment.