New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refs #23919 -- Removed encoding preambles and future imports #7867
Merged
The table of contents is too big for display.
Diff settings
| @@ -1,3 +1,3 @@ | ||
| {{ unicode_literals }}from django.contrib import admin | ||
| from django.contrib import admin | ||
| # Register your models here. |
| @@ -1,3 +1,3 @@ | ||
| {{ unicode_literals }}from django.db import models | ||
| from django.db import models | ||
| # Create your models here. |
| @@ -1,3 +1,3 @@ | ||
| {{ unicode_literals }}from django.test import TestCase | ||
| from django.test import TestCase | ||
| # Create your tests here. |
| @@ -1,3 +1,3 @@ | ||
| {{ unicode_literals }}from django.shortcuts import render | ||
| from django.shortcuts import render | ||
| # Create your views here. |
Oops, something went wrong.