Skip to content

Commit

Permalink
Move _all_
Browse files Browse the repository at this point in the history
  • Loading branch information
MatBarba committed Jul 3, 2024
1 parent fc700e4 commit cf6dfa2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/python/ensembl/io/genomio/gff3/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"""GFF3 features."""

from __future__ import annotations
from typing import List

from Bio.SeqFeature import SeqFeature, Location


__all__ = [
"GFFSeqFeature",
]

from typing import List

from Bio.SeqFeature import SeqFeature, Location


class GFFSeqFeature(SeqFeature):
"""Extends `Bio.SeqFeature.SeqFeature` with sub_features, to be used for typing."""
Expand Down

0 comments on commit cf6dfa2

Please sign in to comment.