fix pylint violations

This commit is contained in:
Adam Palay
2013-07-02 10:22:26 -04:00
parent bf25283d54
commit c692428fe5
3 changed files with 7 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
"""Tests for student tracking"""
from django.test import TestCase
from django.core.urlresolvers import reverse, NoReverseMatch
from track.models import TrackingLog