Skip to content

Commit be126ee

Browse files
simonpanayatodorov
authored andcommitted
ignore unnecessary-lambda-assignment in func_noerror_model_unicode_lambda test
1 parent c9fd33b commit be126ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint_django/tests/input/func_noerror_model_unicode_lambda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Ensures that django models without a __unicode__ method are flagged
33
"""
4-
# pylint: disable=missing-docstring,wrong-import-position
4+
# pylint: disable=missing-docstring,wrong-import-position,unnecessary-lambda-assignment
55

66
from django.db import models
77

0 commit comments

Comments
 (0)