Remove unused Python import

This commit is contained in:
Corey Farwell 2015-07-26 00:25:49 +07:00
parent 5a66b59f9b
commit d71d2da81f

View file

@ -12,7 +12,6 @@ import fnmatch
import itertools
import re
import sys
import toml
from licenseck import licenses
filetypes_to_check = [".rs", ".rc", ".cpp", ".c", ".h", ".py", ".toml", ".webidl"]