Quick pylint cleanup

This commit is contained in:
2012-10-19 22:53:27 +01:00
parent 37076047a2
commit 413c1745c8
5 changed files with 18 additions and 18 deletions

View File

@@ -4,4 +4,4 @@ from .models import Task
class TaskDetailView(DetailView):
model = Task
model = Task