Skip to content

Commit

Permalink
style: fix linting issues #260
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Jan 5, 2022
1 parent d368778 commit 8267de0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion datagateway_api/src/api_start_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
get_search_endpoint,
get_single_endpoint,
)
from datagateway_api.src.resources.table_endpoints.table_endpoints import (
from datagateway_api.src.resources.table_endpoints.table_endpoints import ( # noqa: I202, B950
count_instrument_facility_cycles_endpoint,
count_instrument_investigation_endpoint,
instrument_facility_cycles_endpoint,
Expand Down
1 change: 0 additions & 1 deletion datagateway_api/src/search_api/query_filter_factory.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import importlib
import logging

from datagateway_api.src.common.base_query_filter_factory import QueryFilterFactory
Expand Down

0 comments on commit 8267de0

Please sign in to comment.