Agent: Reformat all code with latest version of Black

This commit is contained in:
Mike Salvatore 2022-03-31 20:15:51 -04:00
parent 5134533f0f
commit a3a99faec7
2 changed files with 1 additions and 2 deletions

View File

@ -66,7 +66,6 @@ if is_windows_os():
def get_routes(): def get_routes():
raise NotImplementedError() raise NotImplementedError()
else: else:
from fcntl import ioctl from fcntl import ioctl

View File

@ -105,4 +105,4 @@ class CommunicateAsBackdoorUser(PBA):
def twos_complement(exit_status): def twos_complement(exit_status):
return hex(exit_status & (2 ** 32 - 1)) return hex(exit_status & (2**32 - 1))