changeset 29230:b68af177937d

tests: remove unused import from 'f' utility It should have been caught by pyflakes.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 15 May 2016 10:39:44 +0900
parents 9b07017ba528
children b1b35a9051c3
files tests/f
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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