Thanks to visit codestin.com
Credit goes to github.com

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
fix: import sort
Signed-off-by: yihong0618 <[email protected]>
  • Loading branch information
yihong0618 committed Sep 2, 2025
commit 0fc6c4aac439e7b942f3a7f8edef206bc96508ca
2 changes: 1 addition & 1 deletion Lib/test/test_pyrepl/test_unix_console.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import errno
import itertools
import os
import sys
import unittest
import errno
import termios
Comment thread
yihong0618 marked this conversation as resolved.
Outdated
from functools import partial
from test.support import os_helper, force_not_colorized_test_class
Expand Down
Loading