Some cleaning.

This commit is contained in:
grossmj
2021-04-17 18:36:32 +09:30
parent bad3ef7003
commit 44074ff7c9
22 changed files with 122 additions and 99 deletions

View File

@ -66,4 +66,7 @@ class NIOLinuxEthernet(NIO):
def __json__(self):
return {"type": "nio_linux_ethernet", "ethernet_device": self._ethernet_device}
return {
"type": "nio_linux_ethernet",
"ethernet_device": self._ethernet_device
}