Skip to content

Commit

Permalink
Update tests/test_sid.py
Browse files Browse the repository at this point in the history
Co-authored-by: Miauwkeru <Miauwkeru@users.noreply.github.com>
  • Loading branch information
Schamper and Miauwkeru authored Oct 15, 2024
1 parent 5b234bb commit 567cef3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_sid.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@


def id_fn(val: bytes | str) -> str:
print(val)
if isinstance(val, io.BytesIO):
val = val.getvalue()

Expand Down

0 comments on commit 567cef3

Please sign in to comment.