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

@ -1526,7 +1526,6 @@ def module_add(request, pk):
})
@permission_required('dcim.change_module')
def module_edit(request, pk):

View File

@ -1,2 +1 @@
default_app_config = 'ipam.apps.IPAMConfig'