From a88bcf16ea313f8bbe2623aa55d773baff641dff Mon Sep 17 00:00:00 2001 From: Antonyjin Date: Tue, 19 Nov 2024 07:34:14 +0000 Subject: [PATCH] style: black --- src/aleph/vm/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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,