Skip to content

Commit c6e5ef1

Browse files
committed
Fix conflict
1 parent 1ab7734 commit c6e5ef1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quark/utils/tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def descriptor_to_androguard_format(descriptor):
5353
parentheses
5454
:return: a descriptor with arguments separated by spaces
5555
"""
56-
5756
if "(" not in descriptor or ")" not in descriptor:
5857
raise ValueError(f"Invalid descriptor. {descriptor}")
5958

0 commit comments

Comments
 (0)