Skip to content

Commit

Permalink
pythongh-116785: Fix direct invocation of test_inspect (pythonGH-11…
Browse files Browse the repository at this point in the history
…6787)

(cherry picked from commit 66fb613)

Co-authored-by: Nikita Sobolev <[email protected]>
  • Loading branch information
sobolevn authored and miss-islington committed Mar 14, 2024
1 parent 3cc24f1 commit a9b290a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Lib/test/test_inspect/test_inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
from test.support.script_helper import assert_python_ok, assert_python_failure
from test import support

from . import inspect_fodder as mod
from . import inspect_fodder2 as mod2
from . import inspect_stock_annotations
from . import inspect_stringized_annotations
from . import inspect_stringized_annotations_2
from test.test_inspect import inspect_fodder as mod
from test.test_inspect import inspect_fodder2 as mod2
from test.test_inspect import inspect_stock_annotations
from test.test_inspect import inspect_stringized_annotations
from test.test_inspect import inspect_stringized_annotations_2


# Functions tested in this suite:
Expand Down

0 comments on commit a9b290a

Please sign in to comment.