mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-28 05:26:28 +02:00
lint
This commit is contained in:
parent
d07872bfa1
commit
4e0416e514
1 changed files with 1 additions and 1 deletions
|
@ -2975,7 +2975,7 @@ class PortfolioAdmin(ListHeaderAdmin):
|
|||
Will be used in the after_help_text block."""
|
||||
members = [user for user in obj.user.all() if "Admin" not in user.portfolio_role_summary]
|
||||
if not members:
|
||||
return ''
|
||||
return ""
|
||||
|
||||
member_details = (
|
||||
"<table><thead><tr><th>Name</th><th>Title</th><th>Email</th>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue