Skip to content

Commit

Permalink
Merge branch 'main' into 716-updating-pydantic-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonyjin authored Nov 19, 2024
2 parents 907cd6d + 7ee5384 commit bd06710
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aleph/vm/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ def display(self) -> str:
attributes[attr] = getattr(self, attr)
return "\n".join(
f"{self.model_config.get('env_prefix', '')}{attribute} = {value}" for attribute, value in attributes.items()
)

def __init__(
self,
Expand Down

0 comments on commit bd06710

Please sign in to comment.