Skip to content

Commit e175737

Browse files
author
Simon Prickett
committed
Minor formatting update.
1 parent d210f61 commit e175737

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/intro/consumer-average.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ def main():
3434
PASSWORD = os.environ.get("REDIS_PASSWORD")
3535

3636
client_kwargs = {
37-
"host": HOST,
38-
"port": PORT,
39-
"decode_responses": True
37+
"host": HOST,
38+
"port": PORT,
39+
"decode_responses": True
4040
}
4141

4242
if USERNAME:

0 commit comments

Comments
 (0)