Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint code
Signed-off-by: Manjusaka <me@manjusaka.me>
  • Loading branch information
Zheaoli committed Sep 28, 2025
commit 7d55aa2212e709f584ecaa55c2c78d0bfac6f17a
2 changes: 1 addition & 1 deletion Lib/test/test__interpchannels.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import time
import unittest

from test.support import import_helper, skip_if_sanitizer
from test.support import import_helper

_channels = import_helper.import_module('_interpchannels')
from concurrent.interpreters import _crossinterp
Expand Down
Loading