Clean PEP8 violations
This commit is contained in:
parent
be0531ec30
commit
b11055807f
20 changed files with 153 additions and 132 deletions
|
@ -98,7 +98,6 @@ class DatabaseUserManager(models.Manager):
|
|||
return db_user
|
||||
|
||||
|
||||
|
||||
@python_2_unicode_compatible
|
||||
class DatabaseUser(TimeStampedModel, models.Model):
|
||||
osuser = models.ForeignKey(OsUser)
|
||||
|
@ -204,7 +203,7 @@ class UserDatabaseManager(models.Manager):
|
|||
|
||||
@transaction.atomic
|
||||
def create_userdatabase_with_user(
|
||||
self, db_type, osuser, password=None, commit=True):
|
||||
self, db_type, osuser, password=None, commit=True):
|
||||
"""
|
||||
Creates a new user database with a new user.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue