Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Format.
Browse files Browse the repository at this point in the history
SyntaxColoring committed Dec 6, 2024
1 parent 0891e0b commit 06d67e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion robot-server/tests/integration/robot_client.py
Original file line number Diff line number Diff line change
@@ -127,7 +127,9 @@ async def post_protocol(
multipart_upload_name = "files"

with contextlib.ExitStack() as file_exit_stack:
opened_files: List[Union[BinaryIO, Tuple[str, bytes]],] = []
opened_files: List[
Union[BinaryIO, Tuple[str, bytes]],
] = []

for file in files:
if isinstance(file, Path):

0 comments on commit 06d67e2

Please sign in to comment.