Skip to content

Commit b9e69c8

Browse files
author
Joel Collins
committed
Removed redundant function
1 parent fa57eb9 commit b9e69c8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

labthings/server/types/annotations.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,3 @@ def function_signature_to_schema(function: callable):
6969
schema_dict[k] = converter.convert(p)
7070

7171
return schema_dict
72-
73-
74-
def param_to_field(value):
75-
converter = AnnotationConverter()
76-
77-
return converter.convert(value)

0 commit comments

Comments
 (0)