Skip to content

Commit

Permalink
allen.py: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek committed Oct 17, 2024
1 parent 9036b6d commit 6e4b4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion siibra/livequeries/allen.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from ..core import space as _space, structure
from ..features import anchor as _anchor
from ..features.tabular.gene_expression import GeneExpressions
from ..commons import logger, Species, MapType
from ..commons import logger, Species
from ..locations import point, pointset
from ..retrieval import HttpRequest
from ..vocabularies import GENE_NAMES
Expand Down

0 comments on commit 6e4b4c9

Please sign in to comment.