Skip to content

Commit 8012bf6

Browse files
SeqIO TeamSeqIO
authored andcommitted
Internal features.
PiperOrigin-RevId: 589827081
1 parent 6c34de7 commit 8012bf6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

seqio/loggers_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@
1313
# limitations under the License.
1414

1515
"""Tests for seqio.loggers."""
16-
# pylint:disable=g-bare-generic,g-long-lambda
1716

17+
# pylint:disable=g-bare-generic,g-long-lambda
1818

19+
import collections
1920
import dataclasses
21+
import itertools
2022
import json
2123
import os
2224
from typing import Optional

0 commit comments

Comments
 (0)