mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Python] Improve Python consistency: Use function_name(…) throughout (PEP8)
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
|
||||
%{
|
||||
|
||||
from GYBUnicodeDataUtils import get_grapheme_cluster_break_tests_as_UTF8
|
||||
from GYBUnicodeDataUtils import get_grapheme_cluster_break_tests_as_utf8
|
||||
|
||||
grapheme_cluster_break_tests = \
|
||||
get_grapheme_cluster_break_tests_as_UTF8(unicodeGraphemeBreakTestFile)
|
||||
get_grapheme_cluster_break_tests_as_utf8(unicodeGraphemeBreakTestFile)
|
||||
|
||||
}%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user