Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit bc6ba78

Browse files
afrozenatorCopybara-Service
authored andcommitted
Make travis lint green
PiperOrigin-RevId: 219234118
1 parent 109987b commit bc6ba78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tensor2tensor/utils/mlperf_log.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
import time
4444
import uuid
4545

46-
from tensor2tensor.utils.mlperf_tags import * # pylint: disable=wildcard-import
46+
# pylint: disable=wildcard-import,unused-wildcard-import
47+
from tensor2tensor.utils.mlperf_tags import *
4748

4849

4950
ROOT_DIR_GNMT = None

0 commit comments

Comments
 (0)