Skip to content

Commit 7734e2f

Browse files
committed
Trailing commas
1 parent a423663 commit 7734e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/typecheck_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
'"_MonkeyPatchedWSGIResponse" has no attribute "content"',
5757
'"_MonkeyPatchedWSGIResponse" has no attribute "data"',
5858
'" defined here',
59-
'" has no attribute "id"'
59+
'" has no attribute "id"',
6060
],
6161
"authentication": [
6262
'Argument 1 to "post" of "APIClient" has incompatible type "None"; expected "str',
@@ -129,7 +129,7 @@
129129
'has incompatible type "str"',
130130
'"Response" has no attribute "serializer"',
131131
'Incompatible types in assignment (expression has type "Type[SlugSerializer]", base class "InstanceView" defined the type as "Type[BasicSerializer]")', # noqa: E501
132-
'Incompatible types in assignment (expression has type "_QuerySet[SlugBasedModel, SlugBasedModel]", base class "InstanceView" defined the type as "_QuerySet[BasicModel, BasicModel]")' # noqa: E501
132+
'Incompatible types in assignment (expression has type "_QuerySet[SlugBasedModel, SlugBasedModel]", base class "InstanceView" defined the type as "_QuerySet[BasicModel, BasicModel]")', # noqa: E501
133133
],
134134
"test_htmlrenderer.py": [
135135
'to "get_template_names" of "TemplateHTMLRenderer" has incompatible type',

0 commit comments

Comments
 (0)