From 214a355b9c164dbafa9166fc1790baeb0a1f356a Mon Sep 17 00:00:00 2001 From: Yacine Elhamer Date: Mon, 28 Aug 2023 13:24:54 +0200 Subject: [PATCH] binja extractor: remove unused pathlib.Path import --- capa/features/extractors/binja/extractor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/capa/features/extractors/binja/extractor.py b/capa/features/extractors/binja/extractor.py index 66a87ec1..e8d42908 100644 --- a/capa/features/extractors/binja/extractor.py +++ b/capa/features/extractors/binja/extractor.py @@ -6,7 +6,6 @@ # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and limitations under the License. from typing import List, Tuple, Iterator -from pathlib import Path import binaryninja as binja