From 1a0fb64eb3c7cf5ca5d512f3ac7492da74a5b14a Mon Sep 17 00:00:00 2001 From: changeling Date: Fri, 7 Jun 2019 16:11:26 -0500 Subject: [PATCH] Updated Docs and Example Code Style Guide Work: graphene v 3.0 (markdown) --- Docs-and-Example-Code-Style-Guide-Work:-graphene-v-3.0.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Docs-and-Example-Code-Style-Guide-Work:-graphene-v-3.0.md b/Docs-and-Example-Code-Style-Guide-Work:-graphene-v-3.0.md index 818f03c..e45fd61 100644 --- a/Docs-and-Example-Code-Style-Guide-Work:-graphene-v-3.0.md +++ b/Docs-and-Example-Code-Style-Guide-Work:-graphene-v-3.0.md @@ -1,8 +1,10 @@ -Tracking page for documentation and example code Style Guide discussion. +## Tracking page for documentation and example code Style Guide discussion. ### Elements discussed and decided: +Use explicit imports. `from graphene import ...` rather than `import graphene`. + Use class arguments instead of `class Meta`. Example: