Skip to content

Commit 3bc59d9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9be1ab2 commit 3bc59d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/fakefront/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def ensure_secret():
127127
endpoint_url=os.environ.get("EXODUS_AWS_ENDPOINT_URL") or None,
128128
)
129129

130-
(_, privkey) = ensure_keypair()
130+
_, privkey = ensure_keypair()
131131

132132
secret = json.dumps({"cookie_key": open(privkey).read()})
133133

0 commit comments

Comments
 (0)