Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Reillyhewitson committed Nov 10, 2022
1 parent 3c91635 commit 7dee9f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datagateway_api/src/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ def load(cls, path=Path(__file__).parent.parent.parent / "config.json"):

if "datagateway_api" not in data and "search_api" not in data:
log.warning(
" WARNING: There is no API specified in the configuration file"
" WARNING: There is no API specified in the "
"configuration file",
)

return cls(**data)
Expand Down

0 comments on commit 7dee9f6

Please sign in to comment.