Skip to content

Commit 456c214

Browse files
authored
bin/util.py: remove unused 'IMAGE_FILE_SUFFIX' var (#590)
It should've been removed in 7e835fd.
1 parent 973177e commit 456c214

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

bin/util.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
sys.exit(1)
1212

1313

14-
# Things an image file's name can end with.
15-
IMAGE_FILE_SUFFIX = {
16-
'.gif',
17-
'.jpg',
18-
'.png',
19-
'.svg'
20-
}
21-
2214
# Files that shouldn't be present.
2315
UNWANTED_FILES = [
2416
'.nojekyll'

0 commit comments

Comments
 (0)