Skip to content

Commit

Permalink
Separate submodule import from other imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jan 10, 2025
1 parent d1b6a9a commit 8eec75a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lib/test/test_code_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
from textwrap import dedent
from contextlib import ExitStack
from unittest import mock
from test.support import force_not_colorized_test_class, import_helper
from test.support import force_not_colorized_test_class
from test.support import import_helper

code = import_helper.import_module('code')

Expand Down

0 comments on commit 8eec75a

Please sign in to comment.