Skip to content

Commit

Permalink
format py
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Oct 30, 2023
1 parent 727317b commit b1ee0a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion robot-server/tests/protocols/test_protocols_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion shared-data/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"errors",
"command",
"commandAnnotation",
"liquid"
"liquid",
]
DATA_TYPES = ["definitions", "schemas"]
DEST_BASE_PATH = "data"
Expand Down

0 comments on commit b1ee0a6

Please sign in to comment.