diff --git a/src/aleph/vm/conf.py b/src/aleph/vm/conf.py index f6fbaeeb..6181aad8 100644 --- a/src/aleph/vm/conf.py +++ b/src/aleph/vm/conf.py @@ -468,7 +468,9 @@ def display(self) -> str: else: attributes[attr] = getattr(self, attr) - return "\n".join(f"{self.model_config.env_prefix}{attribute} = {value}" for attribute, value in attributes.items()) + return "\n".join( + f"{self.model_config.env_prefix}{attribute} = {value}" for attribute, value in attributes.items() + ) def __init__( self,