Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

Commit 8adaf21

Browse files
committed
remove unused import
1 parent ccd0a8d commit 8adaf21

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/backends/test_gcs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from unittest import mock
16-
from unittest.mock import call, patch
15+
from unittest.mock import patch
1716

1817
import pytest
1918
from tfworker.backends.base import BackendError

tests/util/test_copier.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
from unittest.mock import patch
2020

2121
import pytest
22-
from tfworker.util.copier import (Copier, CopyFactory, FileSystemCopier,
23-
GitCopier)
22+
from tfworker.util.copier import Copier, CopyFactory, FileSystemCopier, GitCopier
2423

2524
C_CONFLICTS = ["test.txt", "foo", "test.tf"]
2625
C_SOURCE = "test_source"

0 commit comments

Comments
 (0)