Skip to content

Commit 43b4843

Browse files
committed
Fix lint.
1 parent ed65682 commit 43b4843

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Lib/test/datetimetester.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3653,16 +3653,6 @@ def test_repr_subclass(self):
36533653

36543654
@support.cpython_only
36553655
def test_concurrent_initialization(self):
3656-
try:
3657-
from concurrent.futures import InterpreterPoolExecutor as _
3658-
except ImportError:
3659-
self.skipTest("requires subinterpreters")
3660-
3661-
try:
3662-
import _datetime as _
3663-
except ImportError:
3664-
self.skipTest("requires C implementation of datetime")
3665-
36663656
# Run in a subprocess to ensure we get a clean version of _datetime
36673657
script = """if True:
36683658
from concurrent.futures import InterpreterPoolExecutor

0 commit comments

Comments
 (0)