diff --git a/blender_asset_tracer/pack/__init__.py b/blender_asset_tracer/pack/__init__.py index 64fd017..675443d 100644 --- a/blender_asset_tracer/pack/__init__.py +++ b/blender_asset_tracer/pack/__init__.py @@ -94,7 +94,6 @@ class Packer: self._find_new_paths(new_location_paths) self._group_rewrites() - def _find_new_paths(self, asset_paths: typing.Set[pathlib.Path]): """Find new locations in the BAT Pack for the given assets."""