From 786108734f7e33a6ea844000d3624b9ba990a0cc Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Sun, 10 Feb 2019 21:42:04 +0100 Subject: [PATCH] remove unecessary comment (pep8) --- inventory_provider/juniper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/inventory_provider/juniper.py b/inventory_provider/juniper.py index 3423ea9f..c0b0f87b 100644 --- a/inventory_provider/juniper.py +++ b/inventory_provider/juniper.py @@ -403,7 +403,6 @@ def snmp_community_string(netconf_config): def netconf_changed_timestamp(netconf_config): ''' - <configuration changed-seconds="1549049195" changed-localtime="2019-02-01 19:26:35 UTC"> return the last change timestamp published by the config document :param netconf_config: netconf lxml etree document :return: an epoch timestamp (integer number of seconds) or None -- GitLab