Skip to content

Commit

Permalink
chore: newline
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Dec 23, 2024
1 parent e9297a9 commit dbf1d2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/fgpyo/util/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from fgpyo.util.logging import ProgressLogger
from pysam import AlignedSegment


def test_progress_logger() -> None:
logger = logging.getLogger(__name__)
progress: ProgressLogger = ProgressLogger(printer=logger, noun="noun", verb="verb", unit=3)
Expand Down

0 comments on commit dbf1d2e

Please sign in to comment.