mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
Update to comply with new black rules
This commit is contained in:
@@ -17,7 +17,6 @@ __all__ = ['Setting']
|
||||
|
||||
|
||||
class Setting(CreatedModifiedModel):
|
||||
|
||||
key = models.CharField(max_length=255)
|
||||
value = JSONBlob(null=True)
|
||||
user = prevent_search(models.ForeignKey('auth.User', related_name='settings', default=None, null=True, editable=False, on_delete=models.CASCADE))
|
||||
|
||||
Reference in New Issue
Block a user