Skip to content

Commit

Permalink
remove empty aliases (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Aug 24, 2022
1 parent 1bff6d0 commit 3fc77ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions starlite/params.py
Expand Up @@ -90,7 +90,6 @@ def Parameter(
extra.update(value_type=value_type)
return Field(
default,
alias="",
title=title, # type: ignore
description=description, # type: ignore
const=const, # type: ignore
Expand Down Expand Up @@ -176,7 +175,6 @@ def Body(
extra.update(content_encoding=content_encoding)
return Field(
default,
alias="",
title=title, # type: ignore
description=description, # type: ignore
const=const, # type: ignore
Expand Down

0 comments on commit 3fc77ae

Please sign in to comment.