Skip to content

Commit

Permalink
testing isort action 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinaphillips committed Feb 1, 2024
1 parent e8e5f52 commit 89eed93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ingest_validation_tests/fastq_validator_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
import gzip
import logging
import re
import fastq_utils
from collections import defaultdict
from multiprocessing import Lock, Manager, Pool
from pathlib import Path
from typing import Callable, List, TextIO
import fastq_utils


def is_valid_filename(filename: str) -> bool:
Expand Down

0 comments on commit 89eed93

Please sign in to comment.