mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-17 19:31:18 +02:00
Fix codestyle errors, use currying instead of lambdas for determing user access
This commit is contained in:
@@ -21,6 +21,7 @@ import re
|
||||
|
||||
import six
|
||||
|
||||
|
||||
@python_2_unicode_compatible
|
||||
class Queue(models.Model):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user