Fix lint
This commit is contained in:
parent
2c382a761d
commit
65c948d1e8
|
|
@ -608,7 +608,7 @@ class ConfigContainer:
|
|||
# "c.content.host_blocking" doesn't actually exist. To avoid an AttributeError
|
||||
# which leads to a confusing error message, return another ConfigContainer so
|
||||
# that the chain can keep going.
|
||||
return self._with_prefix(name)
|
||||
return self._with_prefix(name) # type: ignore[unreachable]
|
||||
|
||||
def __setattr__(self, attr: str, value: Any) -> None:
|
||||
"""Set the given option in the config."""
|
||||
|
|
|
|||
Loading…
Reference in New Issue