Skip to content

Commit d79b8a3

Browse files
author
malavhs
committed
flake8
1 parent 8ff04d3 commit d79b8a3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/integ/sagemaker/jumpstart/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import boto3
1717
import pytest
1818
from botocore.config import Config
19+
from sagemaker.jumpstart.constants import JUMPSTART_DEFAULT_REGION_NAME
1920
from sagemaker.jumpstart.hub.hub import Hub
2021
from sagemaker.session import Session
2122
from tests.integ.sagemaker.jumpstart.constants import (

tests/integ/sagemaker/jumpstart/private_hub/model/test_jumpstart_private_hub_model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from __future__ import absolute_import
1414

1515
import os
16-
import random
1716
import time
1817

1918
import pytest

0 commit comments

Comments
 (0)