etr2460 commented on a change in pull request #11731:
URL:
https://github.com/apache/incubator-superset/pull/11731#discussion_r525619090
##########
File path: tests/datasource_tests.py
##########
@@ -17,9 +17,10 @@
"""Unit tests for Superset"""
import json
from copy import deepcopy
+from typing import Dict
from superset import db
-from superset.connectors.sqla.models import SqlaTable
+from superset.connectors.sqla.models import SqlaTable, TableColumn
Review comment:
why did these get added if the rest of the file didn't change?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]