mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 10:57:36 -02:30
Fixing flake8 errors, this should be almost all of them!
This commit is contained in:
@@ -10,14 +10,13 @@ import uuid
|
||||
# Django
|
||||
from django.conf import settings
|
||||
from django.db import models
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.contrib.auth.models import User
|
||||
from django.utils.timezone import now
|
||||
|
||||
# AWX
|
||||
from awx.main.fields import AutoOneToOneField
|
||||
from awx.main.models.base import *
|
||||
from awx.main.models.base import * # noqa
|
||||
|
||||
__all__ = ['Organization', 'Team', 'Permission', 'Profile', 'AuthToken']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user