eschutho commented on a change in pull request #19361:
URL: https://github.com/apache/superset/pull/19361#discussion_r836928542



##########
File path: superset/config.py
##########
@@ -743,7 +743,7 @@ def _try_json_readsha(filepath: str, length: int) -> 
Optional[str]:
 
 class CeleryConfig:  # pylint: disable=too-few-public-methods
     broker_url = "sqla+sqlite:///celerydb.sqlite"
-    imports = ("superset.sql_lab", "superset.tasks")
+    imports = "superset.sql_lab"

Review comment:
       can you do `("superset.sql_lab",)`?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to