From 0ab48c58a1ee0a2f5d7657985ffa27004f086ad8 Mon Sep 17 00:00:00 2001 From: Ron Erez Date: Mon, 15 Sep 2025 15:45:08 +0300 Subject: [PATCH 1/2] Fix whitespace in SNMP docstring Remove trailing whitespace to resolve flake8 W293 warning --- cterasdk/edge/snmp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cterasdk/edge/snmp.py b/cterasdk/edge/snmp.py index ada409b4..f8300f41 100644 --- a/cterasdk/edge/snmp.py +++ b/cterasdk/edge/snmp.py @@ -56,7 +56,7 @@ def disable(self): def get_configuration(self): """ Get current SNMP configuration - + :return: Current SNMP configuration :rtype: cterasdk.common.object.Object """ From d8e97b6e14f42d361bff1776c9db7770d747dba7 Mon Sep 17 00:00:00 2001 From: Ron Erez Date: Mon, 15 Sep 2025 17:49:19 +0300 Subject: [PATCH 2/2] Update Changelog with snmp fix --- docs/source/UserGuides/Miscellaneous/Changelog.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/source/UserGuides/Miscellaneous/Changelog.rst b/docs/source/UserGuides/Miscellaneous/Changelog.rst index 86e5afc6..058b1616 100644 --- a/docs/source/UserGuides/Miscellaneous/Changelog.rst +++ b/docs/source/UserGuides/Miscellaneous/Changelog.rst @@ -1,6 +1,17 @@ Changelog ========= +2.20.21 +------- + +Related issues and pull requests on GitHub: `#319 `_ + +Bug Fixes +^^^^^^^^^ + +* Fixed SNMPv3 configuration on Edge Filers - added missing XML class name for proper serialization +* Fixed whitespace in SNMP docstring to resolve flake8 W293 warning + 2.20.20 ------- @@ -26,7 +37,6 @@ Improvements Bug Fixes ^^^^^^^^^ -* Fixed SNMPv3 configuration on Edge Filers - added missing XML class name for proper serialization * Corrected Direct I/O object class references in the documentation .. code:: python