chore: reformatted all files

This commit is contained in:
2020-02-03 19:46:41 +01:00
parent ca78b6a6fd
commit 4ed2215c3f
6 changed files with 7 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
from io import BytesIO
from struct import unpack, calcsize
from typing import Dict, BinaryIO
from struct import calcsize, unpack
from typing import BinaryIO, Dict
class Unpacker: