summaryrefslogtreecommitdiff
path: root/tests/test_plural.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_plural.py')
-rw-r--r--tests/test_plural.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_plural.py b/tests/test_plural.py
index 16601cf..e1e5ead 100644
--- a/tests/test_plural.py
+++ b/tests/test_plural.py
@@ -11,9 +11,10 @@
# history and logs, available at http://babel.edgewall.org/log/.
import decimal
import unittest
+
import pytest
-from babel import plural, localedata
+from babel import localedata, plural
EPSILON = decimal.Decimal("0.0001")