villebro commented on a change in pull request #17039:
URL: https://github.com/apache/superset/pull/17039#discussion_r727920081



##########
File path: superset/config.py
##########
@@ -30,7 +30,17 @@
 import sys
 from collections import OrderedDict
 from datetime import date, timedelta
-from typing import Any, Callable, Dict, List, Optional, Type, TYPE_CHECKING, 
Union
+from typing import (
+    Any,
+    Callable,
+    Dict,
+    List,
+    Optional,
+    Type,
+    TYPE_CHECKING,
+    Union,
+    Literal,

Review comment:
       CI was failing import linting - I believe this needs to be placed in ABC 
order i.e. after `List`




-- 
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: [email protected]

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