PEP8 clenaup

This commit is contained in:
Jeremy Stretch
2016-06-16 15:02:01 -04:00
parent 15938ff98f
commit 741f93999b
6 changed files with 8 additions and 10 deletions

View File

@@ -433,4 +433,4 @@ class RelatedConnectionsView(APIView):
iface_info['interface'] = None
response['interfaces'].append(iface_info)
return Response(response)
return Response(response)