Skip to content

Commit 124278a

Browse files
committed
Remove unnecessary class
1 parent adf3042 commit 124278a

File tree

1 file changed

+0
-6
lines changed
  • src/Microsoft.Azure.WebJobs.Extensions.OpenApi

1 file changed

+0
-6
lines changed

src/Microsoft.Azure.WebJobs.Extensions.OpenApi/Document.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,4 @@ private string Render(OpenApiSpecVersion version, OpenApiFormat format)
268268
return serialised;
269269
}
270270
}
271-
272-
public class ParameterFormDataIn
273-
{
274-
[JsonProperty("in")]
275-
public string In { get; set; }
276-
}
277271
}

0 commit comments

Comments
 (0)