Skip to content

Commit fdf4374

Browse files
simpkinsfacebook-github-bot
authored andcommitted
fix formatting in examples/start_multiple_transient_unit.py
Summary: Re-run the black formatter on this file. Reviewed By: aleivag, davide125 Differential Revision: D23135503 fbshipit-source-id: ff50e755bf8cfa28616a2fea977d0a9563e8b413
1 parent 0b27c12 commit fdf4374

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/start_multiple_transient_unit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def start_transient_unit(cmd="/bin/sleep 15", delay_in_seconds=5):
4747
print("started {} as timer and service".format(random_unit_name))
4848

4949

50-
def start_webserver(listen_stream="0.0.0.0:7042",):
50+
def start_webserver(listen_stream="0.0.0.0:7042"):
5151
a_cmd = [
5252
"/usr/bin/python3",
5353
"-c",

0 commit comments

Comments
 (0)