test(shared): ignore pylint warning
This commit is contained in:
parent
0f8cb1a5ed
commit
1a1f0488d5
|
@ -85,6 +85,7 @@ class BaseConfig(BaseModel):
|
|||
if filepath is None:
|
||||
return {}
|
||||
|
||||
# pylint: disable=fixme
|
||||
# TODO: Remove ability to load ini files once yaml if fully supported.
|
||||
if filepath.suffix == ".conf":
|
||||
config = ConfigParser()
|
||||
|
|
Loading…
Reference in New Issue