only build snmp indices once per endpoint request
1 unresolved thread
1 unresolved thread
Compare changes
@@ -67,6 +67,7 @@ import itertools
@@ -1214,9 +1215,7 @@ def _get_services_internal(service_type=None):
@@ -1272,7 +1271,8 @@ def _get_services_internal(service_type=None):
@sam.roberts maybe remove the extra comma at the end of this function call
And also format to be <= 79 width
changed this line in version 2 of the diff
noting here for future reference: max width is now 120, I've made a change to the tox config to reflect this