Skip to content

Commit c389aeb

Browse files
committed
Lint import ordring
1 parent 62e2a97 commit c389aeb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

rest_framework/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
back to the defaults.
1919
"""
2020
from __future__ import unicode_literals
21+
2122
import warnings
2223

2324
from django.conf import settings

tests/test_settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from __future__ import unicode_literals
2+
23
import warnings
34

45
from django.test import TestCase

0 commit comments

Comments
 (0)