Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 641864768
  • Loading branch information
tomvdw authored and SeqIO committed Jun 10, 2024
1 parent 4e09f56 commit 0b17996
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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
# pylint:disable=wildcard-import,g-bad-import-order,g-import-not-at-top

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

# Version number.
from seqio.version import __version__

0 comments on commit 0b17996

Please sign in to comment.