Remove unused bugdown global from models.py.

Fixes: #1379

(It was really a series of fixes leading up to this.)
This commit is contained in:
Steve Howell 2016-10-04 09:35:07 -07:00
parent b2f84f0fa4
commit 43e21f6fb4
1 changed files with 0 additions and 3 deletions

View File

@ -40,9 +40,6 @@ from six import text_type
import time
import datetime
# TODO: see #1379 to eliminate bugdown dependencies
bugdown = None # type: Any
MAX_SUBJECT_LENGTH = 60
MAX_MESSAGE_LENGTH = 10000
MAX_LANGUAGE_ID_LENGTH = 50 # type: int