mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-05 09:14:01 +03:00
Fix import order with isort
This commit is contained in:
parent
c601602a43
commit
13028a779b
|
|
@ -9,6 +9,7 @@ import datetime
|
|||
import decimal
|
||||
import json # noqa
|
||||
import re
|
||||
import sys
|
||||
import tempfile
|
||||
|
||||
import pytest
|
||||
|
|
@ -26,7 +27,7 @@ from rest_framework import serializers
|
|||
from rest_framework.compat import postgres_fields
|
||||
|
||||
from .models import NestedForeignKeySource
|
||||
import sys
|
||||
|
||||
|
||||
def dedent(blocktext):
|
||||
return '\n'.join([line[12:] for line in blocktext.splitlines()[1:-1]])
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user