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
|
return result
|
||||||
|
|
||||||
# pylint: disable=no-self-use
|
|
||||||
def _load_file_values(
|
def _load_file_values(
|
||||||
self,
|
self,
|
||||||
filepath: Optional[Path] = None,
|
filepath: Optional[Path] = None,
|
||||||
|
|
Loading…
Reference in New Issue