Fix rewiewers

This commit is contained in:
littlewolf 2019-10-29 20:46:20 +03:00
parent 9310bff319
commit c564f4fd67

View File

@ -1,4 +1,3 @@
from django.db.models import F
from pprint import pprint
from transfer.models import Comments, Accounts, Establishments
from transfer.serializers.comments import CommentSerializer
@ -19,4 +18,4 @@ data_types = {
"tmp": [
transfer_comments
]
}
}