From 44cde701708aba36422b443836e4990fa5a42761 Mon Sep 17 00:00:00 2001 From: "Michael J. Sullivan" Date: Wed, 2 Oct 2024 11:12:31 -0700 Subject: [PATCH] more lint --- edgedb/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgedb/options.py b/edgedb/options.py index ab8d4fe6..cec9541a 100644 --- a/edgedb/options.py +++ b/edgedb/options.py @@ -30,7 +30,7 @@ def raise_warnings(warnings, res): len(warnings) > 1 and sys.version_info >= (3, 11) ): - raise ExceptionGroup( + raise ExceptionGroup( # noqa "Query produced warnings", warnings ) else: