fix linting

This commit is contained in:
Robert Kaussow 2023-02-27 08:53:58 +01:00
parent ffde275aaa
commit f6483803c1
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class Config():
else:
raise dockertidy.exception.ConfigError(
"Unable to read environment variable", str(e)
)
) from e
return normalized