Merge pull request #402 from aclist/fix/clean-acf

chore: drop comment
This commit is contained in:
aclist 2026-07-12 10:32:27 +09:00 committed by GitHub
commit eb076b7dcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,6 @@ class WorkshopACF(ACF):
def __init__(self, file: Path) -> None:
super().__init__(file)
# TODO: break into workshop parser and generic acf parser
def unpack(self, d: dict, lines: list[Any] = []) -> str:
t1 = "AppWorkshop"
t2 = ("WorkshopItemsInstalled", "WorkshopItemDetails")