Update worlds/Files.py

Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
This commit is contained in:
Silvris
2024-03-20 12:54:57 -05:00
committed by GitHub
parent 25e5e68a9d
commit 8620572562

View File

@@ -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()