forked from p15670423/monkey
Island: Reformat all code with latest version of Black
This commit is contained in:
parent
5815941f1a
commit
5134533f0f
|
@ -14,7 +14,6 @@ if sys.platform == "win32":
|
||||||
local_hostname = socket.gethostname()
|
local_hostname = socket.gethostname()
|
||||||
return socket.gethostbyname_ex(local_hostname)[2]
|
return socket.gethostbyname_ex(local_hostname)[2]
|
||||||
|
|
||||||
|
|
||||||
else:
|
else:
|
||||||
import fcntl
|
import fcntl
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue