Skip to content

Commit f0f7ded

Browse files
committed
chore(ci): Update pylint config
1 parent e2de718 commit f0f7ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_python_client/parser/properties/property.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def get_imports(self, *, prefix: str) -> Set[str]:
122122
imports.add(f"from {prefix}types import UNSET, Unset")
123123
return imports
124124

125-
# pylint: disable=unused-argument,no-self-use)
125+
# pylint: disable=unused-argument
126126
def get_lazy_imports(self, *, prefix: str) -> Set[str]:
127127
"""Get a set of lazy import strings that should be included when this property is used somewhere
128128

0 commit comments

Comments
 (0)