Autoformat
This commit is contained in:
parent
140acba1f5
commit
b6a62d123d
4 changed files with 1 additions and 7 deletions
|
@ -84,7 +84,6 @@ def discardUntil(fh: RawIOBase, byte: int, timeout=10) -> Optional[int]:
|
|||
discarded = 0
|
||||
read_byte = expand(fh.read(1))
|
||||
while read_byte != byte:
|
||||
|
||||
if read_byte is not None:
|
||||
if not discarded:
|
||||
log("Discarding", end="")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue