Skip to content

Commit

Permalink
CI: flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgav committed Dec 24, 2023
1 parent 920f97f commit 90067c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluesky_httpserver/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def setup_server_with_config_file(*, config_file_str, tmpdir, monkeypatch):
Creates config file for the server in ``tmpdir/config/`` directory and
sets up the respective environment variable. Sets ``tmpdir`` as a current directory.
"""
print(f"SERVER CONFIGURATION:\n{'-'*50}\n{config_file_str}\n{'-'*50}")
print(f"SERVER CONFIGURATION:\n{'-' * 50}\n{config_file_str}\n{'-' * 50}")
config_fln = "config_httpserver.yml"
config_dir = os.path.join(tmpdir, "config")
config_path = os.path.join(config_dir, config_fln)
Expand Down

0 comments on commit 90067c0

Please sign in to comment.