Skip to content

Commit

Permalink
Merge pull request #30 from pykafe/rm_unicode_literals
Browse files Browse the repository at this point in the history
Remove unicode literals and division
  • Loading branch information
eraulo authored Jul 9, 2024
2 parents 93f0f58 + edf2e66 commit c941c04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion num2words/lang_TET.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301 USA

from __future__ import division, unicode_literals

from num2words.currency import parse_currency_parts

Expand Down
2 changes: 0 additions & 2 deletions tests/test_tet.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301 USA

from __future__ import unicode_literals

import decimal
from decimal import Decimal
from unittest import TestCase
Expand Down

0 comments on commit c941c04

Please sign in to comment.