mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-02 10:43:22 -07:00
Update worlds/Files.py
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
This commit is contained in:
@@ -206,7 +206,7 @@ class APProcedurePatch(APAutoPatchInterface):
|
||||
|
||||
def __init__(self, *args: Any, **kwargs: Any):
|
||||
super(APProcedurePatch, self).__init__(*args, **kwargs)
|
||||
self.files = dict()
|
||||
self.files = {}
|
||||
|
||||
def get_manifest(self) -> Dict[str, Any]:
|
||||
manifest = super(APProcedurePatch, self).get_manifest()
|
||||
|
||||
Reference in New Issue
Block a user