Skip to content

Commit

Permalink
fix: Remove reference to litestar utility. (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanCardin authored Sep 26, 2024
1 parent e8b45fa commit 6f1fa0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions type_lens/parameter_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ def from_parameter(cls, parameter: Parameter, fn_type_hints: dict[str, Any]) ->
Args:
parameter: inspect.Parameter
fn_type_hints: mapping of names to types. Should be result of ``get_type_hints()``, preferably via the
:attr:``get_fn_type_hints() <.utils.signature_parsing.get_fn_type_hints>` helper.
fn_type_hints: mapping of names to types. Should be result of ``get_type_hints()``.
Returns:
ParsedSignatureParameter.
Expand Down

0 comments on commit 6f1fa0e

Please sign in to comment.