Skip to content

Commit 8d2aeed

Browse files
committed
Put typing back
1 parent 1b30149 commit 8d2aeed

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
@@ -1085,14 +1085,14 @@ murfey.server.api.workflow.router:
10851085
function: register_dc_group
10861086
path_params:
10871087
- name: visit_name
1088-
type: Any
1088+
type: typing.Any
10891089
methods:
10901090
- POST
10911091
- path: /workflow/visits/{visit_name}/{session_id}/start_data_collection
10921092
function: start_dc
10931093
path_params:
10941094
- name: visit_name
1095-
type: Any
1095+
type: typing.Any
10961096
methods:
10971097
- POST
10981098
- path: /workflow/visits/{visit_name}/{session_id}/register_processing_job

0 commit comments

Comments
 (0)