Skip to content

Commit

Permalink
more lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferlitsch committed Dec 8, 2020
1 parent 2290f5b commit 44a8349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions samples/snippets/explain_tabular_sample_test.py
Expand Up @@ -14,8 +14,6 @@

import os

import pytest

import explain_tabular_sample

ENDPOINT_ID = "4966625964059525120" # iris 1000
Expand Down
Expand Up @@ -12,17 +12,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from uuid import uuid4

import os

import pytest

import helpers
from uuid import uuid4

import delete_model_sample
import upload_model_explain_tabular_managed_container_sample

import helpers

PROJECT_ID = os.getenv("BUILD_SPECIFIC_GCLOUD_PROJECT")
IMAGE_URI = "gcr.io/cloud-aiplatform/prediction/tf2-cpu.2-1:latest"
ARTIFACT_URI = "gs://ucaip-samples-us-central1/model/boston_housing/"
Expand Down

0 comments on commit 44a8349

Please sign in to comment.