From 6d4ceae9f9ab16d68c35961d6897a2b1f4a85aac Mon Sep 17 00:00:00 2001 From: Guillaume Mulocher Date: Mon, 16 Sep 2024 15:48:36 +0200 Subject: [PATCH] Update asynceapi/config_session.py --- asynceapi/config_session.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asynceapi/config_session.py b/asynceapi/config_session.py index 2fc65f198..ca8a09eaf 100644 --- a/asynceapi/config_session.py +++ b/asynceapi/config_session.py @@ -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