Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
vilit1 committed Jun 25, 2024
1 parent ac3cadf commit fc19586
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions azext_iot/operations/dps.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,15 +816,13 @@ def _get_dps_connection_string(


# DPS Registration


def iot_dps_registration_list(
cmd,
enrollment_id,
dps_name=None,
resource_group_name=None,
cmd,
enrollment_id,
dps_name=None,
resource_group_name=None,
top=None,
login=None,
login=None,
auth_type_dataplane=None,
):
discovery = DPSDiscovery(cmd)
Expand Down

0 comments on commit fc19586

Please sign in to comment.