From b1ee0a6aebedc136abe4039d3262607c3832a20d Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Mon, 30 Oct 2023 09:36:36 -0400 Subject: [PATCH] format py --- robot-server/tests/protocols/test_protocols_router.py | 2 +- shared-data/python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/robot-server/tests/protocols/test_protocols_router.py b/robot-server/tests/protocols/test_protocols_router.py index fdad74eec88..fbecaabe425 100644 --- a/robot-server/tests/protocols/test_protocols_router.py +++ b/robot-server/tests/protocols/test_protocols_router.py @@ -450,7 +450,7 @@ async def test_create_protocol_not_readable( assert exc_info.value.status_code == 422 assert exc_info.value.content["errors"][0]["id"] == "ProtocolFilesInvalid" - assert 'oh no' in exc_info.value.content["errors"][0]["detail"] + assert "oh no" in exc_info.value.content["errors"][0]["detail"] async def test_create_protocol_different_robot_type( diff --git a/shared-data/python/setup.py b/shared-data/python/setup.py index 8f126f4ed83..ab592c2e944 100644 --- a/shared-data/python/setup.py +++ b/shared-data/python/setup.py @@ -32,7 +32,7 @@ "errors", "command", "commandAnnotation", - "liquid" + "liquid", ] DATA_TYPES = ["definitions", "schemas"] DEST_BASE_PATH = "data"