Remove unused imports.

This commit is contained in:
practicalswift
2016-01-09 01:28:05 +01:00
parent 5112864dad
commit 21c3d93bea
14 changed files with 23 additions and 22 deletions

View File

@@ -17,7 +17,7 @@
%{
from GYBUnicodeDataUtils import *
from GYBUnicodeDataUtils import get_grapheme_cluster_break_tests_as_UTF8
grapheme_cluster_break_tests = \
get_grapheme_cluster_break_tests_as_UTF8(unicodeGraphemeBreakTestFile)