Remove superfluous call to bool() (#9986)
Our strtobool already returns a bool, so no need to re-cast here
Signed-off-by:
Dan Callahan <danc@element.io>
changelog.d/9986.misc
0 → 100644
Please register or sign in to comment
Our strtobool already returns a bool, so no need to re-cast here
Signed-off-by:
Dan Callahan <danc@element.io>