Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. With 80 character limit, I have to break the very reasonable line of code in a weird place just to follow thw rules:
  2. serializer = ProFormaShareClassSerializer(pro_forma_sc,
  3. data=sc_dict)
  4.  
  5. Without 80 character limit:
  6. serializer = ProFormaShareClassSerializer(pro_forma_sc, data=sc_dict)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement