From 75bb6d44f647c12681c74d7866e9464fd68c7206 Mon Sep 17 00:00:00 2001 From: Salomon Popp Date: Wed, 3 Apr 2024 16:40:41 +0200 Subject: [PATCH] Remove loop --- .github/pyright-matcher.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/pyright-matcher.json b/.github/pyright-matcher.json index 7cf248cea..2c328fb86 100644 --- a/.github/pyright-matcher.json +++ b/.github/pyright-matcher.json @@ -9,8 +9,7 @@ "line": 2, "column": 3, "code": 4, - "message": 5, - "loop": true + "message": 5 } ] }