Skip to content

Commit

Permalink
update cve_bin_tool/vex_manager/parse.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan502 committed Dec 28, 2024
1 parent b3d93c5 commit dbe7baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cve_bin_tool/vex_manager/parse.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dbe7baa

Please sign in to comment.