tests: remove unused import from 'f' utility
authorYuya Nishihara <yuya@tcha.org>
Sun, 15 May 2016 10:39:44 +0900
changeset 29230 b68af177937d
parent 29228 9b07017ba528
child 29231 b1b35a9051c3
tests: remove unused import from 'f' utility It should have been caught by pyflakes.
tests/f
--- a/tests/f	Sun May 15 11:50:49 2016 -0700
+++ b/tests/f	Sun May 15 10:39:44 2016 +0900
@@ -25,7 +25,6 @@
 
 from __future__ import absolute_import
 
-import errno
 import glob
 import optparse
 import os