From 9c0634eb94be54b190af1b219f7b0cfde8b0dbbf Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Wed, 10 Aug 2022 14:31:42 +0200 Subject: [PATCH] docstring formatting --- inventory_provider/routes/msr.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inventory_provider/routes/msr.py b/inventory_provider/routes/msr.py index c4294453..2c5d819f 100644 --- a/inventory_provider/routes/msr.py +++ b/inventory_provider/routes/msr.py @@ -1314,10 +1314,10 @@ 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