mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-09 16:15:12 +02:00
Remove unused imports and fix errors like variables which were removed or renamed or call to function apply_query which doesn't exist anymore.
This commit is contained in:
@ -219,5 +219,4 @@ class __Query__:
|
||||
'hour': date.hour,
|
||||
'minute': date.minute,
|
||||
'second': date.second,
|
||||
'second': date.second,
|
||||
}
|
||||
|
Reference in New Issue
Block a user