Skip to content

Commit

Permalink
remove manual typing of args in client.py because one of them is wrong
Browse files Browse the repository at this point in the history
it's not necessary anyways
  • Loading branch information
daniel-k committed Jan 24, 2024
1 parent 628857c commit 374f6d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/enlyze/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def get_appliances(
:param site: Only get appliances of this site. Gets all appliances of the
organization if None.
:type site: :class:`~enlyze.models.Site` or None
:raises: |token-error|
Expand Down Expand Up @@ -138,7 +137,6 @@ def get_variables(
"""Retrieve all variables of an :ref:`appliance <appliance>`.
:param appliance: The appliance for which to get all variables.
:type appliance: :class:`~enlyze.models.Appliance`
:raises: |token-error|
Expand Down

0 comments on commit 374f6d3

Please sign in to comment.