Skip to content

Commit 539c01b

Browse files
committed
remove flake8 errors
1 parent 9676312 commit 539c01b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/unit/test_sklearn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import os
1818
import pytest
1919

20-
from mock import Mock, ANY
20+
from mock import Mock
2121
from mock import patch
2222

2323
from sagemaker.fw_utils import UploadedCode

tests/unit/test_xgboost.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
from mock import Mock
2121
from mock import patch
22-
from mock import ANY
2322
from packaging.version import Version
2423

2524

0 commit comments

Comments
 (0)