remove Rom.multi

This commit is contained in:
Georges-Antoine Assi
2025-12-02 10:25:40 -05:00
parent 54458a11f7
commit d69271dd33

View File

@@ -303,11 +303,6 @@ class Rom(BaseModel):
return []
# TODO: Remove this after 4.3 release
@cached_property
def multi(self) -> bool:
return self.has_nested_single_file or self.has_multiple_files
@cached_property
def has_simple_single_file(self) -> bool:
return len(self.files) == 1 and not self.files[0].is_nested