fix: delete unused file (#21213)

This commit is contained in:
Enrique Fernández 2025-05-04 17:39:17 +02:00 committed by GitHub
parent 652d4ed95c
commit d38898a4d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,22 +0,0 @@
# NOTE: This file is auto generated by OpenAPI Generator 7.0.0-SNAPSHOT (https://openapi-generator.tech).
# Do not edit this file manually.
defmodule OpenapiPetstore.Model.DeprecatedObject do
@moduledoc """
"""
@derive Jason.Encoder
defstruct [
:name
]
@type t :: %__MODULE__{
:name => String.t | nil
}
def decode(value) do
value
end
end