Reformat tests.

This commit is contained in:
Pavel Minaev 2019-10-03 12:47:51 -07:00 committed by Pavel Minaev
parent 95dde37734
commit 89be0d1fce
27 changed files with 351 additions and 355 deletions

View file

@ -197,7 +197,7 @@ def attach_by_socket(
assert method in ("api", "cli")
assert listener in ("server") # TODO: ("adapter", "server")
config = _attach_common_config(session, target, cwd)
config = _attach_common_config(session, target, cwd)
host = config["host"] = attach_by_socket.host
port = config["port"] = attach_by_socket.port