Skip to content

Commit

Permalink
Fixed pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzalab committed Aug 19, 2024
1 parent 4deeedf commit e7d0a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastqwiper/fastq_wiper.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import logging
import argparse
from typing import Pattern, TextIO, BinaryIO
from .wipertool_abstract import WiperTool
from fastqwiper.wipertool_abstract import WiperTool


# region Variables for final report
Expand Down

0 comments on commit e7d0a2b

Please sign in to comment.