Skip to content

Commit

Permalink
Update code by pylint suggestions.
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Zhang <jiz@microsoft.com>
  • Loading branch information
fatcat-z committed May 31, 2024
1 parent e018b5a commit c02de62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion tests/run_pretrained_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@
import time
import zipfile
import random
import six
from collections import namedtuple
from packaging.version import Version


import yaml
import numpy as np
import PIL.Image
import six


os.environ["TF_CPP_MIN_LOG_LEVEL"] = "3"
import tensorflow as tf
Expand Down

0 comments on commit c02de62

Please sign in to comment.