Skip to content

Commit 7080ca4

Browse files
committed
fix-doc-string
1 parent 9e5dc91 commit 7080ca4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

IPython/core/guarded_eval.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -931,9 +931,7 @@ def _extract_variables_from_module(
931931
module_node: Union[ast.Module, ast.Interactive, None], context: EvaluationContext
932932
):
933933
"""Extract and evaluate variable assignments from a module AST.
934-
935934
Scans the module for top-level variable assignments and evaluates them.
936-
This allows code like:
937935
938936
Args:
939937
module_node: The Module or Interactive AST node

0 commit comments

Comments
 (0)