summaryrefslogtreecommitdiff
path: root/tests/test_smoke.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_smoke.py
parent96acf8688c0e4b96788fbc35bb6d1640ef46a091 (diff)
downloadbabel-3af52a974d4606237f0d5381425e526adf28610f.tar.gz
Remove redundant _compat.py
Diffstat (limited to 'tests/test_smoke.py')
-rw-r--r--tests/test_smoke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_smoke.py b/tests/test_smoke.py
index 23d82aa..f5319f2 100644
--- a/tests/test_smoke.py
+++ b/tests/test_smoke.py
@@ -5,13 +5,13 @@ looking at improving test coverage. They just verify that basic
operations don't fail due to odd corner cases on any locale that
we ship.
"""
+import decimal
from datetime import datetime
import pytest
from babel import Locale
from babel import dates
from babel import numbers
-from babel._compat import decimal
@pytest.mark.all_locales