#454: [tr] fix flake8 E128

This commit is contained in:
Yunus Emre Geldegul
2022-08-19 23:56:14 +03:00
parent ddf6a88af6
commit a7d095c97d

View File

@@ -190,7 +190,7 @@ class Num2WordsTRTest(TestCase):
{"test": -5, "to": "cardinal", "expected": u"eksibeş"}, {"test": -5, "to": "cardinal", "expected": u"eksibeş"},
{"test": -55, "to": "cardinal", "expected": u"eksiellibeş"}, {"test": -55, "to": "cardinal", "expected": u"eksiellibeş"},
{"test": -576, "to": "cardinal", {"test": -576, "to": "cardinal",
"expected": u"eksibeşyüzyetmişaltı"}, "expected": u"eksibeşyüzyetmişaltı"},
{"test": -3, "to": "currency", "expected": u"eksiüçlira"}, {"test": -3, "to": "currency", "expected": u"eksiüçlira"},
] ]