Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2424)

Unified Diff: appengine/findit/util_scripts/sample_remote_api_query.py

Issue 2435863003: [Findit] Add local git parsers. (Closed)
Patch Set: Rebase. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/findit/util_scripts/remote_api.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/util_scripts/sample_remote_api_query.py
diff --git a/appengine/findit/util_scripts/sample_remote_api_query.py b/appengine/findit/util_scripts/sample_remote_api_query.py
index 1ce942af7475ab7fc4de8c0bebfb9749050cd229..a95a1cb80242ecc7f7165c34cce4c47d024480fd 100644
--- a/appengine/findit/util_scripts/sample_remote_api_query.py
+++ b/appengine/findit/util_scripts/sample_remote_api_query.py
@@ -4,7 +4,8 @@
"""An example of using Remote API to query datastore on live App Engine."""
-import remote_api # During importing, sys.path will be setup appropriately.
+# During importing, sys.path will be setup appropriately.
+import remote_api # pylint: disable=W
from model.wf_step import WfStep
« no previous file with comments | « appengine/findit/util_scripts/remote_api.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698