forked from p34709852/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()
|
||||
return socket.gethostbyname_ex(local_hostname)[2]
|
||||
|
||||
|
||||
else:
|
||||
import fcntl
|
||||
|
||||
|
|
Loading…
Reference in New Issue