Lint fixes

This commit is contained in:
Andrew Murray 2019-11-30 22:51:50 +11:00
parent ab6e13ec83
commit 3a6ed5a1cd

View File

@ -15,10 +15,10 @@
# See the README file for information on usage and redistribution. # See the README file for information on usage and redistribution.
# #
import sys
import os import os
import tempfile
import subprocess import subprocess
import sys
import tempfile
from . import Image from . import Image
@ -97,4 +97,3 @@ def grabclipboard():
return BmpImagePlugin.DibImageFile(io.BytesIO(data)) return BmpImagePlugin.DibImageFile(io.BytesIO(data))
return data return data