[1.10.x] Removed some blank lines per isort.

Backport of ac06cb0e56 from master
This commit is contained in:
Tim Graham 2016-06-13 11:45:51 -04:00
parent f1f4a7f5a9
commit 653d4558a5
2 changed files with 0 additions and 2 deletions

View File

@ -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')

View File

@ -5,7 +5,6 @@ import tempfile
from django.utils._os import upath
source_code_dir = os.path.dirname(upath(__file__))