From 8fc1072144571de0989174bd3253c36daa1472cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 8 Mar 2018 11:08:57 +0100 Subject: [PATCH] Formatting --- blender_asset_tracer/pack/__init__.py | 1 - 1 file changed, 1 deletion(-) 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."""