pyright fix

This commit is contained in:
Elijah 2024-09-26 17:32:01 +00:00
parent 15af1cade4
commit 28f210c519

View File

@ -3270,7 +3270,7 @@ def test_assignment_to_undeclared_vars():
class State(BaseState): class State(BaseState):
val: str val: str
_val: str _val: str
__val: str __val: str # type: ignore
def handle_supported_regular_vars(self): def handle_supported_regular_vars(self):
self.val = "no underscore" self.val = "no underscore"