Skip to content

Commit

Permalink
fixing flake8 linting problems
Browse files Browse the repository at this point in the history
  • Loading branch information
tcollins2011 committed Oct 10, 2024
1 parent 691a915 commit 9221bb8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/sylph/sylph_to_taxprof.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import pandas as pd
from collections import defaultdict
import gzip
import argparse
import gzip
from collections import defaultdict

import pandas as pd


def genome_file_to_gtdb_acc(file_name):
Expand Down

0 comments on commit 9221bb8

Please sign in to comment.