Skip to content

Commit 402e444

Browse files
committed
Ignoring a tedious style error
1 parent e381721 commit 402e444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint_django/transforms/fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def is_model_or_form_field(cls):
2323
return is_model_field(cls) or is_form_field(cls)
2424

2525

26-
def apply_type_shim(cls, context=None):
26+
def apply_type_shim(cls, context=None): # noqa
2727

2828
if cls.name in _STR_FIELDS:
2929
base_nodes = scoped_nodes.builtin_lookup('str')

0 commit comments

Comments
 (0)