From 7fad13e07ba97b8de49b7ad1847d528fe33f774e Mon Sep 17 00:00:00 2001 From: Wei Chu Date: Tue, 9 Aug 2022 14:16:51 -0700 Subject: [PATCH] fix sanity --- test/unit/test_transformer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/test_transformer.py b/test/unit/test_transformer.py index fc1dbca9..042de62c 100644 --- a/test/unit/test_transformer.py +++ b/test/unit/test_transformer.py @@ -9,11 +9,11 @@ # or in the 'license' file accompanying this file. This file is # distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF # ANY KIND, either express or implied. See the License for the specific -# language governing permissions and limitations under the License. +# language governing permissions and limitations under the License. from __future__ import absolute_import -from mock import Mock, patch +from mock import Mock, patch import pytest from sagemaker_inference import environment