More PEP8 changes

This commit is contained in:
Garret Wassermann
2016-10-29 04:20:16 -04:00
parent 1f1d477a35
commit 4cf46156f1
2 changed files with 9 additions and 4 deletions

View File

@ -231,8 +231,8 @@ class Queue(models.Model):
logging_type = models.CharField(
_('Logging Type'),
max_length = 5,
choices = (
max_length=5,
choices=(
('none', _('None')),
('debug', _('Debug')),
('info', _('Information')),