villebro commented on a change in pull request #11731:
URL:
https://github.com/apache/incubator-superset/pull/11731#discussion_r525862647
##########
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:
Oh thanks for catching, I implemented the tests here first, but then
decided the other test file was the correct place. These imports were left
behind from that move.
----------------------------------------------------------------
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]