mirror of
https://github.com/httpie/cli.git
synced 2024-11-24 08:22:22 +02:00
pep8
This commit is contained in:
parent
0f654388fc
commit
a5713f7190
@ -48,8 +48,8 @@ def get_response(
|
||||
# host:port => host_port
|
||||
hostname = hostname.replace(':', '_')
|
||||
path = (
|
||||
config_dir / SESSIONS_DIR_NAME / hostname /
|
||||
(session_name + '.json')
|
||||
config_dir / SESSIONS_DIR_NAME / hostname
|
||||
/ (session_name + '.json')
|
||||
)
|
||||
|
||||
session = Session(path)
|
||||
|
Loading…
Reference in New Issue
Block a user