mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[2.2.x] Reverted "Fixed relative paths imports per isort 4.3.5."
This reverts commit463fe11bc8due to restore of relative paths sorting from isort < 4.3.5 in isort 4.3.10. Backport ofb435f82939from master
This commit is contained in:
@@ -3,8 +3,8 @@ from django.template import (
|
||||
)
|
||||
from django.test import SimpleTestCase
|
||||
|
||||
from .test_basic import basic_templates
|
||||
from ..utils import setup
|
||||
from .test_basic import basic_templates
|
||||
|
||||
include_fail_templates = {
|
||||
'include-fail1': '{% load bad_tag %}{% badtag %}',
|
||||
|
||||
Reference in New Issue
Block a user