Skip to content

Commit 8bc7fc0

Browse files
committed
Updated route manifest to use the new pipe-basd union type hints
1 parent 9656dcc commit 8bc7fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/murfey/util/route_manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ murfey.server.api.websocket.ws:
11941194
function: websocket_connection_endpoint
11951195
path_params:
11961196
- name: client_id
1197-
type: typing.Union[int, str]
1197+
type: int | str
11981198
methods: []
11991199
- path: /ws/test/{client_id}
12001200
function: close_ws_connection
@@ -1207,7 +1207,7 @@ murfey.server.api.websocket.ws:
12071207
function: close_unrecorded_ws_connection
12081208
path_params:
12091209
- name: client_id
1210-
type: typing.Union[int, str]
1210+
type: int | str
12111211
methods:
12121212
- DELETE
12131213
murfey.server.api.workflow.correlative_router:

0 commit comments

Comments
 (0)