Skip to content

Commit

Permalink
style: fix formatting and remove TODO #283
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Bozhinov committed Nov 23, 2021
1 parent c029aae commit 9129288
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion datagateway_api/src/api_start_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ def create_api_endpoints(flask_app, api, spec):

# Search API endpoints
if config.search_api is not None:
# TODO - Use config value when new config style is implemented
search_api_extension = config.search_api.extension
search_api_entity_endpoints = ["datasets", "documents", "instruments"]

Expand Down
1 change: 0 additions & 1 deletion test/datagateway_api/icat/filters/test_order_filter.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import pytest
from typing_extensions import OrderedDict


from datagateway_api.src.common.exceptions import FilterError
from datagateway_api.src.datagateway_api.filter_order_handler import FilterOrderHandler
from datagateway_api.src.datagateway_api.icat.filters import PythonICATOrderFilter
Expand Down

0 comments on commit 9129288

Please sign in to comment.