Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
organize imports
  • Loading branch information
peterk87 committed Jul 13, 2018
1 parent 2db16fd commit acf4335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bio_hansel/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
import argparse
import logging
import sys
import re
import os
from typing import Optional, List, Any, Tuple

import attr
import os
import pandas as pd
import re

from . import program_desc, __version__
from .const import SUBTYPE_SUMMARY_COLS, REGEX_FASTQ, REGEX_FASTA, JSON_EXT_TMPL
Expand Down

0 comments on commit acf4335

Please sign in to comment.