MaximCherchuk

Import Formatting

Aug 16th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. # 1st ############################
  2.  
  3. from rest_framework import serializers, request, \
  4.     fields, authentication
  5.  
  6. # 2nd ############################
  7.  
  8. from rest_framework import (
  9.     serializers,
  10.     request,
  11.     fields,
  12.     authentication,
  13. )
Advertisement
Add Comment
Please, Sign In to add comment