Skip to content

Commit 213dd16

Browse files
committed
remove unneeded comment
Signed-off-by: Grant Linville <[email protected]>
1 parent 6eed6da commit 213dd16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/openapi/getschema.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ var (
3535
// GetSchema returns the JSONSchema and OperationInfo for a particular OpenAPI operation.
3636
// Return values in order: JSONSchema (string), OperationInfo, found (bool), error.
3737
func GetSchema(operationID, defaultHost string, t *openapi3.T) (string, OperationInfo, bool, error) {
38-
// We basically want to extract all the information that we need for the HTTP request,
39-
// like we do in GPTScript.
4038
arguments := &openapi3.Schema{
4139
Type: &openapi3.Types{"object"},
4240
Properties: openapi3.Schemas{},

0 commit comments

Comments
 (0)