diff options
| author | Victor Stinner <vstinner@python.org> | 2020-04-30 02:21:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 02:21:30 +0200 |
| commit | ea19518aa139d623a4fad7d01159674ee43b9f15 (patch) | |
| tree | 7db3e2442028eb18ff3e803d2a8b087c86830390 /tests/test_spawn.py | |
| parent | 74e9f56dc7857cee680727406517c2c086511e12 (diff) | |
| download | python-setuptools-git-ea19518aa139d623a4fad7d01159674ee43b9f15.tar.gz | |
bpo-40443: Remove unused imports in tests (GH-19804)
Diffstat (limited to 'tests/test_spawn.py')
| -rw-r--r-- | tests/test_spawn.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_spawn.py b/tests/test_spawn.py index 73b0f5cb..cf1faad5 100644 --- a/tests/test_spawn.py +++ b/tests/test_spawn.py @@ -2,8 +2,7 @@ import os import stat import sys -import unittest -from unittest import mock +import unittest.mock from test.support import run_unittest, unix_shell from test import support as test_support |
