Skip to content

Commit 81fc828

Browse files
authored
black: reformat tensorboard/manager.py (#4414)
Summary: CI skew between #4409 and #4407 that I didn’t realize. Test Plan: GitHub CI suffices. wchargin-branch: black-reformat-manager
1 parent 87b7051 commit 81fc828

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tensorboard/manager.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,9 @@ def start(arguments, timeout=datetime.timedelta(seconds=60)):
402402
object.
403403
"""
404404
this_cache_key = cache_key(
405-
working_directory=os.getcwd(), arguments=arguments, configure_kwargs={},
405+
working_directory=os.getcwd(),
406+
arguments=arguments,
407+
configure_kwargs={},
406408
)
407409
match = _find_matching_instance(this_cache_key)
408410
if match:

0 commit comments

Comments
 (0)