Skip to content

Commit

Permalink
STY: Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jwboth committed Nov 22, 2024
1 parent 9ce8931 commit c2b7471
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/darsia/restoration/averaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def __init__(

# User output
logger.info(
f"Number of zero indices in pore volume identification: {len(self.zero_indices[0])}"
f"""Number of zero indices in pore volume identification: """
f"""{len(self.zero_indices[0])}"""
)

@overload # type: ignore [override]
Expand Down

0 comments on commit c2b7471

Please sign in to comment.