Skip to content

Commit c02de62

Browse files
committed
Update code by pylint suggestions.
Signed-off-by: Jay Zhang <[email protected]>
1 parent e018b5a commit c02de62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

tests/run_pretrained_models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@
1616
import time
1717
import zipfile
1818
import random
19+
import six
1920
from collections import namedtuple
2021
from packaging.version import Version
2122

2223

2324
import yaml
2425
import numpy as np
2526
import PIL.Image
26-
import six
27+
2728

2829
os.environ["TF_CPP_MIN_LOG_LEVEL"] = "3"
2930
import tensorflow as tf

0 commit comments

Comments
 (0)