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:
|
if filepath is None:
|
||||||
return {}
|
return {}
|
||||||
|
|
||||||
|
# pylint: disable=fixme
|
||||||
# TODO: Remove ability to load ini files once yaml if fully supported.
|
# TODO: Remove ability to load ini files once yaml if fully supported.
|
||||||
if filepath.suffix == ".conf":
|
if filepath.suffix == ".conf":
|
||||||
config = ConfigParser()
|
config = ConfigParser()
|
||||||
|
|
Loading…
Reference in New Issue