summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-06-13 11:45:51 -0400
committerTim Graham <timograham@gmail.com>2016-12-06 12:59:16 -0500
commit653d4558a570e7cef0dc95a04c9bed77f7d2dc3e (patch)
tree4871a452c9a721168351a58112fcedecc7e5f7f9 /tests
parentf1f4a7f5a94b449a2174f2598a8e89c421d83917 (diff)
[1.10.x] Removed some blank lines per isort.
Backport of ac06cb0e564b57b256ede98754586f36d2751b72 from master
Diffstat (limited to 'tests')
-rw-r--r--tests/i18n/test_percents.py1
-rw-r--r--tests/i18n/utils.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/i18n/test_percents.py b/tests/i18n/test_percents.py
index 8ce4a0b328..4d33570774 100644
--- a/tests/i18n/test_percents.py
+++ b/tests/i18n/test_percents.py
@@ -11,7 +11,6 @@ from django.utils.translation import activate, get_language, trans_real
from .utils import POFileAssertionMixin
-
SAMPLEPROJECT_DIR = os.path.join(os.path.dirname(os.path.abspath(upath(__file__))), 'sampleproject')
SAMPLEPROJECT_LOCALE = os.path.join(SAMPLEPROJECT_DIR, 'locale')
diff --git a/tests/i18n/utils.py b/tests/i18n/utils.py
index 4fac02f9bc..f66e826d19 100644
--- a/tests/i18n/utils.py
+++ b/tests/i18n/utils.py
@@ -5,7 +5,6 @@ import tempfile
from django.utils._os import upath
-
source_code_dir = os.path.dirname(upath(__file__))