Skip to content
Snippets Groups Projects
Commit a4a79948 authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion :recycle:
Browse files

fix flake8

parent b1397b4d
No related branches found
No related tags found
1 merge request!68Retrieve taxonomy details from gene list
Pipeline #37453 passed
...@@ -9,7 +9,7 @@ from metagenedb.apps.catalog.models import ( ...@@ -9,7 +9,7 @@ from metagenedb.apps.catalog.models import (
Gene, Function, Taxonomy Gene, Function, Taxonomy
) )
from metagenedb.apps.catalog.management.commands.compute_stats import ( from metagenedb.apps.catalog.management.commands.compute_stats import (
ComputeStatistics, ComputeCounts, ComputeGeneLength, ComputeTaxonomyRepartition, ComputeTaxonomyPresence ComputeCounts, ComputeGeneLength, ComputeTaxonomyRepartition, ComputeTaxonomyPresence
) )
from metagenedb.apps.catalog.management.commands.compute_stats import clean_db as clean_db_stats from metagenedb.apps.catalog.management.commands.compute_stats import clean_db as clean_db_stats
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment