Merge branch 'main_upstream'

This commit is contained in:
Manuel Schmid 2024-07-21 11:50:42 +02:00
commit 774c14706b
No known key found for this signature in database
GPG Key ID: 32C4F7569B40B84B
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ class AsyncTask:
async_tasks = []
class EarlyReturnException:
class EarlyReturnException(BaseException):
pass