Specify proper type of __current_scope return
Fixes mypy error: - package/test_tools/__private/scope/scopes_stack.py:81: error: Incompatible return value type (got "Optional[__NamedScope]", expected "Scope")
Loading
Please sign in to comment
Fixes mypy error: - package/test_tools/__private/scope/scopes_stack.py:81: error: Incompatible return value type (got "Optional[__NamedScope]", expected "Scope")