mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 11:33:46 +02:00
lint: stop ignoring LIEF imports
Type stubs are now available as of 0.13.0. See https://github.com/lief-project/LIEF/issues/650.
This commit is contained in:
@@ -13,7 +13,7 @@ Example usage:
|
||||
import sys
|
||||
from typing import List, Dict
|
||||
|
||||
import lief #type:ignore
|
||||
import lief
|
||||
|
||||
# Debian 10 (Buster) EOL: 2024. https://wiki.debian.org/LTS
|
||||
#
|
||||
|
Reference in New Issue
Block a user