Skip to content

Commit

Permalink
Remove error comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Jan 15, 2024
1 parent 8d216c6 commit 9d9b971
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/mypy/outputs/1.0.1/mypy-plugin_ini/root_models.py
Expand Up @@ -16,10 +16,8 @@ class Pets3(RootModel):


pets1 = Pets1(['dog', 'cat'])
# MYPY: error: Too many positional arguments for "Pets1" [misc]
pets2 = Pets2(['dog', 'cat'])
pets3 = Pets3(['dog', 'cat'])
# MYPY: error: Too many positional arguments for "Pets3" [misc]


class Pets4(RootModel[List[str]]):
Expand Down

0 comments on commit 9d9b971

Please sign in to comment.