From dbe7baa30026b22657c74ae1ca5425bf6b46c030 Mon Sep 17 00:00:00 2001 From: Ved Date: Sat, 28 Dec 2024 13:21:34 +0530 Subject: [PATCH] update cve_bin_tool/vex_manager/parse.py --- cve_bin_tool/vex_manager/parse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cve_bin_tool/vex_manager/parse.py b/cve_bin_tool/vex_manager/parse.py index dbc6fedbc3..d270a54335 100644 --- a/cve_bin_tool/vex_manager/parse.py +++ b/cve_bin_tool/vex_manager/parse.py @@ -1,7 +1,7 @@ # Copyright (C) 2024 Intel Corporation # SPDX-License-Identifier: GPL-3.0-or-later -from collections import DefaultDict +from collections.abc import DefaultDict from typing import Any, Union from lib4vex.parser import VEXParser