forked from p15670423/monkey
Agent: Reformat all code with latest version of Black
This commit is contained in:
parent
5134533f0f
commit
a3a99faec7
|
@ -66,7 +66,6 @@ if is_windows_os():
|
|||
def get_routes():
|
||||
raise NotImplementedError()
|
||||
|
||||
|
||||
else:
|
||||
from fcntl import ioctl
|
||||
|
||||
|
|
|
@ -105,4 +105,4 @@ class CommunicateAsBackdoorUser(PBA):
|
|||
|
||||
|
||||
def twos_complement(exit_status):
|
||||
return hex(exit_status & (2 ** 32 - 1))
|
||||
return hex(exit_status & (2**32 - 1))
|
||||
|
|
Loading…
Reference in New Issue