Skip to content

Commit 0cc42e0

Browse files
Add comment about deferred import
1 parent 5864a35 commit 0cc42e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_pdb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
from contextlib import ExitStack, redirect_stdout
1717
from io import StringIO
1818
from test import support
19+
# Deferred import: from test.test_repl import spawn_repl
1920
from test.support import force_not_colorized, os_helper
2021
from test.support.import_helper import import_module
2122
from test.support.pty_helper import run_pty, FakeInput

0 commit comments

Comments
 (0)