rusackas commented on code in PR #24618:
URL: https://github.com/apache/superset/pull/24618#discussion_r1256016073


##########
superset/config.py:
##########
@@ -1640,7 +1643,7 @@ class ExtraDynamicQueryFilters(TypedDict, total=False):
     try:
         # pylint: disable=import-error,wildcard-import,unused-wildcard-import
         import superset_config
-        from superset_config import *  # type: ignore
+        from superset_config import *

Review Comment:
   That is a little odd... There used to be multiple linters that would 
battle... perhaps this is a byproduct of that era or something similar



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