Skip to content

Commit a08b8cb

Browse files
committed
Fix flake8 whitespace warning in SNMP docstring
- Remove trailing whitespace from blank line in get_configuration() docstring - Resolves W293 blank line contains whitespace warning
1 parent fc6b0fe commit a08b8cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cterasdk/edge/snmp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def disable(self):
5656
def get_configuration(self):
5757
"""
5858
Get current SNMP configuration
59-
59+
6060
:return: Current SNMP configuration
6161
:rtype: cterasdk.common.object.Object
6262
"""

0 commit comments

Comments
 (0)