You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "michael-s-molina (via GitHub)" <gi...@apache.org> on 2023/08/10 19:57:53 UTC

[GitHub] [superset] michael-s-molina commented on a diff in pull request #24936: chore(sqllab): Relocate get bootstrap data logic

michael-s-molina commented on code in PR #24936:
URL: https://github.com/apache/superset/pull/24936#discussion_r1290609147


##########
superset/sqllab/utils.py:
##########
@@ -14,11 +14,29 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-from typing import Any
+from typing import Any, Union

Review Comment:
   ```suggestion
   from __future__ import annotations
   
   from typing import Any
   ```



-- 
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-unsubscribe@superset.apache.org

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


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