Skip to content

Commit

Permalink
Update asynceapi/config_session.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc authored Sep 16, 2024
1 parent aff885b commit 6d4ceae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asynceapi/config_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ def __init__(self, device: Device, name: str) -> None:
Parameters
----------
device
The associated device instance
The associated device instance.
name
The name of the config session
The name of the config session.
"""
self._device = device
self._cli = device.cli
Expand Down

0 comments on commit 6d4ceae

Please sign in to comment.