format import
This commit is contained in:
parent
6f77ac89cf
commit
bbea4d3467
|
@ -6,8 +6,8 @@ import subprocess
|
||||||
import frida
|
import frida
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
from frida.core import Device
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
from frida.core import Device
|
||||||
|
|
||||||
# Suppress urllib3 warnings
|
# Suppress urllib3 warnings
|
||||||
logging.getLogger('urllib3.connectionpool').setLevel(logging.ERROR)
|
logging.getLogger('urllib3.connectionpool').setLevel(logging.ERROR)
|
||||||
|
|
Loading…
Reference in New Issue