This is an automated email from the ASF dual-hosted git repository. johnbodley pushed a commit to branch john-bodley--remove-obsolete-actor in repository https://gitbox.apache.org/repos/asf/superset.git
commit 39d4de9721e4b9795158daee43087cab568a84c6 Author: John Bodley <[email protected]> AuthorDate: Sat Feb 17 10:22:26 2024 +1300 Remove actor --- superset/commands/explore/parameters.py | 1 - 1 file changed, 1 deletion(-) diff --git a/superset/commands/explore/parameters.py b/superset/commands/explore/parameters.py index 96d72f2670..e1fa6e6a8f 100644 --- a/superset/commands/explore/parameters.py +++ b/superset/commands/explore/parameters.py @@ -22,7 +22,6 @@ from flask_appbuilder.security.sqla.models import User @dataclass class CommandParameters: - actor: User permalink_key: Optional[str] form_data_key: Optional[str] datasource_id: Optional[int]
