Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed Dec 2, 2024
1 parent baba8a4 commit a87c305
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kobo/apps/organizations/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
class Organization(AbstractOrganization):
id = KpiUidField(uid_prefix='org', primary_key=True)
mmo_override = models.BooleanField(
default=False, verbose_name='Make organization multi-member (necessary for adding users)'
default=False,
verbose_name='Make organization multi-member (necessary for adding users)'
)

def add_user(self, user, is_admin=False):
Expand Down

0 comments on commit a87c305

Please sign in to comment.