Skip to content

Commit

Permalink
Fix missing import of requests
Browse files Browse the repository at this point in the history
pylint?
  • Loading branch information
peace-maker committed Jul 23, 2021
1 parent fe50083 commit 39a62ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pwnlib/libcdb.py
Expand Up @@ -124,6 +124,7 @@ def search_by_hash(hex_encoded_id, hash_type='build_id', unstrip=True):

def _search_debuginfo_by_hash(base_url, hex_encoded_id):
# Deferred import because it's slow
import requests
from six.moves import urllib

# Check if we tried this buildid before.
Expand Down

0 comments on commit 39a62ee

Please sign in to comment.