Skip to content

Commit

Permalink
Internal features.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 589827081
  • Loading branch information
SeqIO Team authored and SeqIO committed Dec 11, 2023
1 parent 6c34de7 commit 8012bf6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion seqio/loggers_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@
# limitations under the License.

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

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

import collections
import dataclasses
import itertools
import json
import os
from typing import Optional
Expand Down

0 comments on commit 8012bf6

Please sign in to comment.