Skip to content

Commit

Permalink
#150: Remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Dec 3, 2020
1 parent c29f68e commit dce47c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
import pytest

from datagateway_api.common.config import config
from datagateway_api.src.main import (
app,
create_api_endpoints,
create_app_infrastructure,
)
from datagateway_api.src.main import create_api_endpoints, create_app_infrastructure
from test.icat.test_query import prepare_icat_data_for_assertion


Expand Down

0 comments on commit dce47c1

Please sign in to comment.