Skip to content

Commit

Permalink
unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Oct 7, 2022
1 parent 799f04f commit 716151c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xpra/codecs/spng/decoder.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def decompress(data):

def selftest(full=False):
log("spng version %s selftest" % (get_version(),))
import binascii
from xpra.codecs.codec_checks import TEST_PICTURES #pylint: disable=import-outside-toplevel
for cdata in TEST_PICTURES["png"]:
assert decompress(cdata)

0 comments on commit 716151c

Please sign in to comment.