Skip to content

Commit

Permalink
Trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Feb 9, 2023
1 parent 4b09a14 commit 2b3e2b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/typecheck_tests.py
Expand Up @@ -56,7 +56,7 @@
'"_MonkeyPatchedWSGIResponse" has no attribute "content"',
'"_MonkeyPatchedWSGIResponse" has no attribute "data"',
'" defined here',
'" has no attribute "id"'
'" has no attribute "id"',
],
"authentication": [
'Argument 1 to "post" of "APIClient" has incompatible type "None"; expected "str',
Expand Down Expand Up @@ -129,7 +129,7 @@
'has incompatible type "str"',
'"Response" has no attribute "serializer"',
'Incompatible types in assignment (expression has type "Type[SlugSerializer]", base class "InstanceView" defined the type as "Type[BasicSerializer]")', # noqa: E501
'Incompatible types in assignment (expression has type "_QuerySet[SlugBasedModel, SlugBasedModel]", base class "InstanceView" defined the type as "_QuerySet[BasicModel, BasicModel]")' # noqa: E501
'Incompatible types in assignment (expression has type "_QuerySet[SlugBasedModel, SlugBasedModel]", base class "InstanceView" defined the type as "_QuerySet[BasicModel, BasicModel]")', # noqa: E501
],
"test_htmlrenderer.py": [
'to "get_template_names" of "TemplateHTMLRenderer" has incompatible type',
Expand Down

0 comments on commit 2b3e2b6

Please sign in to comment.