Skip to content

Commit

Permalink
Merge pull request #29 from pykafe/lang_TET_fail_isort
Browse files Browse the repository at this point in the history
fixed the failing error
  • Loading branch information
eraulo authored Jun 7, 2024
2 parents e67b728 + 38dda75 commit 93f0f58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions bin/num2words
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,12 @@ Examples:
"""

from __future__ import print_function, unicode_literals

import os
import sys

from docopt import docopt

import num2words

__version__ = "0.5.13"
Expand Down
1 change: 0 additions & 1 deletion num2words/lang_TET.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

from __future__ import division, unicode_literals


from num2words.currency import parse_currency_parts

from .lang_EU import Num2Word_EU
Expand Down
2 changes: 1 addition & 1 deletion tests/test_tet.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

from __future__ import unicode_literals

from decimal import Decimal
import decimal
from decimal import Decimal
from unittest import TestCase

from num2words import num2words
Expand Down

0 comments on commit 93f0f58

Please sign in to comment.