summaryrefslogtreecommitdiff
path: root/tests/test_numbers.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_numbers.py')
-rw-r--r--tests/test_numbers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_numbers.py b/tests/test_numbers.py
index 11e61d3..896a316 100644
--- a/tests/test_numbers.py
+++ b/tests/test_numbers.py
@@ -11,6 +11,7 @@
# individuals. For the exact contribution history, see the revision
# history and logs, available at http://babel.edgewall.org/log/.
+import decimal
import unittest
import pytest
@@ -20,7 +21,6 @@ from babel import localedata, numbers
from babel.numbers import (
list_currencies, validate_currency, UnknownCurrencyError, is_currency, normalize_currency,
get_currency_precision, get_decimal_precision, get_currency_unit_pattern)
-from babel._compat import decimal
class FormatDecimalTestCase(unittest.TestCase):