Skip to content

Commit aa37505

Browse files
committed
Run through black.
1 parent 6701ab7 commit aa37505

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

batchspawner/singleuser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
from tornado.escape import json_encode
1212

13+
1314
def main(argv=None):
1415
port = random_port()
1516
hub_auth = HubAuth()
@@ -20,7 +21,7 @@ def main(argv=None):
2021
hub_auth._api_request(
2122
method="POST",
2223
url=url_path_join(hub_auth.api_url, "batchspawner"),
23-
body=json_encode({"port": port})
24+
body=json_encode({"port": port}),
2425
)
2526
)
2627

0 commit comments

Comments
 (0)