Skip to content

Commit

Permalink
remove unused contextlib
Browse files Browse the repository at this point in the history
  • Loading branch information
soeren-kirchner committed Oct 16, 2020
1 parent 57c782a commit 98611ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyimgbatch/pyimgbatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from os import makedirs
from os.path import basename, join, exists, abspath
from glob import glob
from contextlib import suppress
# from contextlib import suppress


from pprint import pformat
Expand Down

0 comments on commit 98611ac

Please sign in to comment.