From 9f2210c767f13202458b12d40f49c6f12d2614f7 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Fri, 19 Aug 2022 11:11:24 +0200 Subject: [PATCH] docstring lint --- inventory_provider/routes/msr.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/inventory_provider/routes/msr.py b/inventory_provider/routes/msr.py index c339610f..1ae5c5d8 100644 --- a/inventory_provider/routes/msr.py +++ b/inventory_provider/routes/msr.py @@ -1361,10 +1361,11 @@ def asn_peers(asn): This method returns a list of all peers filtered by `group` and `instance`, which can be passed either as URL query parameters or as entries in a POST request with a JSON body that matches this schema: - `{ - "group": "group to filter by", - "instance": "instance to filter by" - }` + `{ + "group": "group to filter by", + "instance": "instance to filter by" + }` + Results are returned where all filters given are true, and exact string matches. -- GitLab