mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-16 10:57:58 +02:00
More PEP8 changes
This commit is contained in:
@ -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')),
|
||||
|
Reference in New Issue
Block a user