summaryrefslogtreecommitdiff
path: root/tests/test_plural.py
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-09-12 17:40:41 +0300
committerAarni Koskela <akx@iki.fi>2021-09-14 15:09:03 +0300
commit3af52a974d4606237f0d5381425e526adf28610f (patch)
treef9d3f14fd8dd08d53bba066b43f2dc9d532df503 /tests/test_plural.py
parent96acf8688c0e4b96788fbc35bb6d1640ef46a091 (diff)
downloadbabel-3af52a974d4606237f0d5381425e526adf28610f.tar.gz
Remove redundant _compat.py
Diffstat (limited to 'tests/test_plural.py')
-rw-r--r--tests/test_plural.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_plural.py b/tests/test_plural.py
index bea8115..809f971 100644
--- a/tests/test_plural.py
+++ b/tests/test_plural.py
@@ -10,11 +10,11 @@
# This software consists of voluntary contributions made by many
# 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
from babel import plural, localedata
-from babel._compat import decimal
EPSILON = decimal.Decimal("0.0001")