betodealmeida commented on a change in pull request #13561:
URL: https://github.com/apache/superset/pull/13561#discussion_r596403485



##########
File path: superset/utils/data.py
##########
@@ -14,17 +14,36 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+import decimal
+import importlib.util
+import json
+import logging
+import os
 import random
+import re
 import string
 import sys
 from datetime import date, datetime, time, timedelta
-from typing import Any, Callable, cast, Dict, List, Optional
+from inspect import getsource
+from pathlib import Path
+from types import ModuleType
+from typing import Any, Callable, cast, Dict, List, Optional, Set, Type
+from uuid import uuid4
 
 import sqlalchemy.sql.sqltypes
+import sqlalchemy_utils
+from flask_appbuilder import Model
+from graphlib import TopologicalSorter  # pylint: disable=wrong-import-order

Review comment:
       It is, but I added a backport (`graphlib-backport`) as a dependency.




----------------------------------------------------------------
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]

Reply via email to