Skip to content

Commit

Permalink
fix sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Chu committed Aug 9, 2022
1 parent 1ab8249 commit 7fad13e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/test_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fad13e

Please sign in to comment.