chore: drop comment

This commit is contained in:
aclist 2026-07-12 10:30:06 +09:00
parent 3ba38f30ad
commit 8629e02670

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")