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

@ -81,4 +81,8 @@ class NIOUNIX(NIO):
def __json__(self):
return {"type": "nio_unix", "local_file": self._local_file, "remote_file": self._remote_file}
return {
"type": "nio_unix",
"local_file": self._local_file,
"remote_file": self._remote_file
}