mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
chore: Update pre-commit packages (#23173)
This commit is contained in:
@@ -54,7 +54,7 @@ class SupersetException(Exception):
|
||||
if self.error_type:
|
||||
rv["error_type"] = self.error_type
|
||||
if self.exception is not None and hasattr(self.exception, "to_dict"):
|
||||
rv = {**rv, **self.exception.to_dict()} # type: ignore
|
||||
rv = {**rv, **self.exception.to_dict()}
|
||||
return rv
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user