Skip to content

Commit

Permalink
Change the order of the dependancies to satisfy ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPBergsma committed Apr 18, 2023
1 parent 790ce45 commit d0c76cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server/routers/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ def test_get_base_url():
"""
This tests whether the base_url is correctly extracted from the request.
"""
from optimade.server.routers.utils import get_base_url
from optimade.server.config import CONFIG
from optimade.server.routers.utils import get_base_url

base_url_org = CONFIG.base_url
root_path_org = CONFIG.root_path
Expand Down

0 comments on commit d0c76cd

Please sign in to comment.