Skip to content

Commit fc17048

Browse files
authored
Fix whitespace in SNMP docstring (#322)
Remove trailing whitespace to resolve flake8 W293 warning
1 parent ddd7c5d commit fc17048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)