Skip to content

Commit

Permalink
Undefined name: from six.moves import xrange for line 50 (kubeflow#2228)
Browse files Browse the repository at this point in the history
_Undefined names_ have the potential to raise NameError at runtime.
  • Loading branch information
cclauss authored and Kam D Kasravi committed Feb 8, 2019
1 parent 64cdf76 commit 4efeded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/test_tf_serving.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
import os
import time

from six.moves import xrange

from grpc.beta import implementations
from kubernetes import client as k8s_client
import requests
Expand Down

0 comments on commit 4efeded

Please sign in to comment.