minor cleanup

This commit is contained in:
Brian Wilson
2013-02-07 16:12:02 -05:00
parent 2974b9eec3
commit 80e4944314
3 changed files with 4 additions and 30 deletions

View File

@@ -12,9 +12,6 @@ file and check it in at the same time as your model changes. To do that,
ASSUMPTIONS: modules have unique IDs, even across different module_types
"""
from datetime import datetime, timedelta
from calendar import timegm
from django.db import models
from django.contrib.auth.models import User
@@ -211,4 +208,3 @@ class OfflineComputedGradeLog(models.Model):
def __unicode__(self):
return "[OCGLog] %s: %s" % (self.course_id, self.created)