Attempted fix for #849

Probably fixes #849
This commit is contained in:
Timothy Hobbs 2020-08-07 13:03:16 +02:00 committed by GitHub
parent 2f788f2597
commit ba321462c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ from helpdesk.query import (
query_to_dict, query_to_dict,
query_to_base64, query_to_base64,
query_from_base64, query_from_base64,
apply_query,
) )
from helpdesk.user import HelpdeskUser from helpdesk.user import HelpdeskUser