clan-vm-manager: Restore to known good version

This commit is contained in:
Qubasa
2024-07-19 22:05:47 +02:00
parent b047babccb
commit 131299694b
63 changed files with 4263 additions and 4 deletions

View File

@@ -18,9 +18,7 @@ class FlakeId:
), f"Flake {self._value} has an invalid type: {type(self._value)}"
def __str__(self) -> str:
return str(
self._value
) # The __str__ method returns a custom string representation
return str(self._value)
@property
def path(self) -> Path: