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

Unified Diff: appengine/components/components/datastore_utils/config.py

Issue 1148073005: Use luci-config for infrequently changing settings, part 2. (Closed) Base URL: git@github.com:luci/luci-py@master
Patch Set: fix pylint (??!) Created 5 years, 7 months 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
Index: appengine/components/components/datastore_utils/config.py
diff --git a/appengine/components/components/datastore_utils/config.py b/appengine/components/components/datastore_utils/config.py
index ced9066eb17b7b41a35db90ba92281987463ab1c..3e29b2224698fea8179803410c09b5263b3a5ce9 100644
--- a/appengine/components/components/datastore_utils/config.py
+++ b/appengine/components/components/datastore_utils/config.py
@@ -33,6 +33,9 @@ components.auth and components.datastore_utils. components.datastore_utils is on
"lower" level than components.auth and must not depend on it.
"""
+# Pylint fails to recognize that ndb.Model.key is defined in ndb.Model.
+# pylint: disable=attribute-defined-outside-init
+
from google.appengine.ext import ndb
from components import auth
« no previous file with comments | « appengine/components/components/auth/ui/templates/base.html ('k') | appengine/components/tools/compile_proto.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698