Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 641917821
  • Loading branch information
tomvdw authored and SeqIO committed Jun 10, 2024
1 parent acb6176 commit 4486345
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions seqio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""Import to top-level API."""

# pylint:disable=wildcard-import,g-bad-import-order,g-import-not-at-top
# pylint:disable=wildcard-import,g-bad-import-order

from seqio.dataset_providers import *
from seqio import evaluation
Expand All @@ -31,4 +31,3 @@

# Version number.
from seqio.version import __version__

0 comments on commit 4486345

Please sign in to comment.