Try to fix flake8

This commit is contained in:
Denis 2018-06-25 21:08:33 +03:00 committed by GitHub
parent 548a92a939
commit 2a7ab8be2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ from django.contrib.auth.forms import UserChangeForm, UserCreationForm
from .models import User
from django.utils.translation import ugettext_lazy as _
class MyUserChangeForm(UserChangeForm):
class Meta(UserChangeForm.Meta):