test(shared): remove bad disable no-self-use (#1862)
This commit is contained in:
parent
b27f62f3fb
commit
c78854b139
|
@ -84,7 +84,6 @@ class BaseConfig(BaseModel):
|
|||
|
||||
return result
|
||||
|
||||
# pylint: disable=no-self-use
|
||||
def _load_file_values(
|
||||
self,
|
||||
filepath: Optional[Path] = None,
|
||||
|
|
Loading…
Reference in New Issue