mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
[FIX] /num2words/lang_TR.py:812:1: W293 blank line contains whitespace
This commit is contained in:
@@ -809,7 +809,7 @@ class Num2Word_TR(Num2Word_Base):
|
||||
def to_ordinal_num(self, value):
|
||||
self.verify_ordinal(value)
|
||||
return "%s%s" % (value, self.to_ordinal(value)[-4:])
|
||||
|
||||
|
||||
def to_splitnum(self, val):
|
||||
float_digits = str(int(val * 10 ** self.precision))
|
||||
if not int(val) == 0:
|
||||
|
||||
Reference in New Issue
Block a user