| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d994b91 commit ed17b92
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,8 @@ | |||
| 14 | 14 | ||
| 15 | 15 | from google.appengine.ext import ndb | |
| 16 | 16 | from guestbook import Greeting | |
| 17 | - from snippets_models import * # noqa | ||
| 17 | + from snippets_models import (Account, Address, Article, | ||
| 18 | + Bar, Contact, Employee, FlexEmployee, Manager) | ||
| 18 | 19 | ||
| 19 | 20 | ||
| 20 | 21 | def query_account_equality(): | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,8 @@ | |||
| 14 | 14 | ||
| 15 | 15 | from guestbook import Greeting | |
| 16 | 16 | import snippets | |
| 17 | - from snippets_models import * # noqa | ||
| 17 | + from snippets_models import (Account, Address, Article, | ||
| 18 | + Bar, Contact, FlexEmployee, Message) | ||
| 18 | 19 | ||
| 19 | 20 | ||
| 20 | 21 | def test_query_account_equality(testbed): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments