Skip to content

Commit

Permalink
more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
msullivan committed Oct 2, 2024
1 parent bbec36a commit 44cde70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgedb/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 44cde70

Please sign in to comment.