diff --git a/src/open_samus_returns_rando/patcher_editor.py b/src/open_samus_returns_rando/patcher_editor.py index e3e751f..aa77ae5 100644 --- a/src/open_samus_returns_rando/patcher_editor.py +++ b/src/open_samus_returns_rando/patcher_editor.py @@ -1,5 +1,4 @@ import copy -import functools import typing from pathlib import Path @@ -75,7 +74,6 @@ def remove_entity(self, reference: dict)-> None: scenario.raw.actors[layer].pop(actor_name) scenario.remove_actor_from_all_groups(actor_name) - @functools.cache def get_asset_names_in_folder(self, folder: str) -> typing.Iterator[str]: yield from ( name