Standardizing reST docstrings

This commit is contained in:
Nex
2021-09-10 15:18:13 +02:00
parent 3236c1b390
commit e5f2aa3c3d
26 changed files with 250 additions and 78 deletions
+1 -2
View File
@@ -151,8 +151,7 @@ class NetBase(IOSExtraction):
self.log.warning(msg)
def check_manipulated(self):
"""Check for missing or manipulate DB entries
"""
"""Check for missing or manipulate DB entries"""
# Don't show duplicates for each missing process.
missing_process_cache = set()
for result in sorted(self.results, key=operator.itemgetter("live_isodate")):