Skip to content
Draft
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
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 9, 2025
commit 8f6c3c2aa1cb4588abdf2c9572ffacce07246123
3 changes: 2 additions & 1 deletion mypy/test/test_scope_behavior.py
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This (and other changes) don't seem related? Did you accidentally include them on this branch?

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from mypy.nodes import FuncDef, SymbolTable, TypeInfo
from mypy.scope import Scope
from mypy.nodes import FuncDef, TypeInfo, SymbolTable


def test_scope_module_and_function_behavior() -> None:
scope = Scope()
Expand Down
Loading