Making linters happier

This commit is contained in:
David Baumgold
2013-05-03 15:08:28 -04:00
parent 5d729c306b
commit b344976fe7
7 changed files with 25 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
from django.conf.urls import *
urlpatterns = patterns('',
urlpatterns = patterns('', # nopep8
url(r'^$', 'heartbeat.views.heartbeat', name='heartbeat'),
)