Add type hints to all public methods in the client

This commit is contained in:
Lonami Exo
2019-05-03 21:38:41 +02:00
parent c0e506e568
commit cd4b915522
16 changed files with 393 additions and 159 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import asyncio
import os
import struct
from hashlib import sha1, sha256
from hashlib import sha1
# region Multiple utilities