Island: Reformat all code with latest version of Black

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

View File

@ -14,7 +14,6 @@ if sys.platform == "win32":
local_hostname = socket.gethostname()
return socket.gethostbyname_ex(local_hostname)[2]
else:
import fcntl