From 0ab48c58a1ee0a2f5d7657985ffa27004f086ad8 Mon Sep 17 00:00:00 2001 From: Ron Erez Date: Mon, 15 Sep 2025 15:45:08 +0300 Subject: [PATCH] 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 """