fix overindent lint failures

This commit is contained in:
Ryan Petrello
2019-01-30 12:12:39 -05:00
parent 44819987f7
commit 2927803a82
7 changed files with 131 additions and 131 deletions

View File

@@ -204,7 +204,7 @@ class Role(models.Model):
value = description.get('default')
if '%s' in value and content_type:
value = value % model_name
value = value % model_name
return value