test(shared): remove bad disable no-self-use (#1862)

This commit is contained in:
Jonas L 2022-06-04 22:27:09 +02:00 committed by GitHub
parent b27f62f3fb
commit c78854b139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ class BaseConfig(BaseModel):
return result
# pylint: disable=no-self-use
def _load_file_values(
self,
filepath: Optional[Path] = None,