Skip to content

Commit 8a5dbfa

Browse files
author
Rohan Gujarathi
committed
remove unused imports
1 parent 47cef38 commit 8a5dbfa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integ/test_workflow.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@
1818
import time
1919
import uuid
2020

21-
import boto3
2221
import pytest
2322

24-
from botocore.config import Config
2523
from botocore.exceptions import WaiterError
2624
from sagemaker.debugger import (
2725
DebuggerHookConfig,
@@ -32,7 +30,7 @@
3230
from sagemaker.model import Model
3331
from sagemaker.processing import ProcessingInput, ProcessingOutput
3432
from sagemaker.pytorch.estimator import PyTorch
35-
from sagemaker.session import get_execution_role, Session
33+
from sagemaker.session import get_execution_role
3634
from sagemaker.sklearn.estimator import SKLearn
3735
from sagemaker.sklearn.processing import SKLearnProcessor
3836
from sagemaker.workflow.conditions import ConditionGreaterThanOrEqualTo

0 commit comments

Comments
 (0)