Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 30, 2019
1 parent df1c743 commit 90a8597
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/PIL/ImageGrab.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
# See the README file for information on usage and redistribution.
#

import sys
import os
import tempfile
import subprocess
import sys
import tempfile

from . import Image

Expand Down Expand Up @@ -95,4 +95,3 @@ def grabclipboard():

return BmpImagePlugin.DibImageFile(io.BytesIO(data))
return data

0 comments on commit 90a8597

Please sign in to comment.