From d71d2da81f83ecc23938247d7dd961daf401536c Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sun, 26 Jul 2015 00:25:49 +0700 Subject: [PATCH] Remove unused Python import --- python/tidy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/tidy.py b/python/tidy.py index 617caf04631..238dec69124 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -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"]