You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/12/06 16:54:46 UTC

[GitHub] [incubator-superset] villebro commented on a change in pull request #8774: Re-enable pylint for common, connector, and test files

villebro commented on a change in pull request #8774: Re-enable pylint for common, connector, and test files
URL: https://github.com/apache/incubator-superset/pull/8774#discussion_r354930873
 
 

 ##########
 File path: superset/cli.py
 ##########
 @@ -282,25 +281,25 @@ def import_datasources(path, sync, recursive):
     from superset.utils import dict_import_export
 
     sync_array = sync.split(",")
-    p = Path(path)
+    pth = Path(path)
 
 Review comment:
   nit: `path_obj` or 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org