mjorkestra commited on
Commit
895c1f8
·
1 Parent(s): 10da86d

Remove docstring

Browse files
Files changed (1) hide show
  1. tests/test_func_metadata.py +0 -15
tests/test_func_metadata.py CHANGED
@@ -1,18 +1,3 @@
1
- """
2
- FastMCP Complex inputs Example
3
-
4
- This can be used to verify that the JSON schema and data
5
- parsing work with complex inputs like lists, nulls, and sub-models.
6
-
7
- Suggested usage:
8
- - Set up claude desktop with it
9
- - Ask it to print out the schema for you
10
- - Ask it to try out the endpoint without supplying any of the optional args
11
- - Confirm it's okay
12
- - Ask it to try out the endpoint with the optional args explicitly set
13
- - Confirm it's okay
14
- """
15
-
16
  from pydantic import BaseModel, Field
17
  from typing import Annotated
18
  import annotated_types
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  from pydantic import BaseModel, Field
2
  from typing import Annotated
3
  import annotated_types