Skip to content

Commit

Permalink
#150: Correct import for QueryFilterFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Dec 3, 2020
1 parent adc48d1 commit dd9a92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_database_helpers.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from unittest import TestCase

from datagateway_api.common.config import config
from datagateway_api.common.database.helpers import QueryFilterFactory
from datagateway_api.common.exceptions import ApiError
from datagateway_api.common.query_filter import QueryFilterFactory

backend_type = config.get_backend_type()
if backend_type == "db":
Expand Down

0 comments on commit dd9a92a

Please sign in to comment.