Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 8, 2023
1 parent 729d08a commit 78754e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions funnel/views/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
AuthClient,
LoginSession,
Organization,
Project,
db,
sa,
Project,
)
from ..registry import login_registry
from ..signals import user_data_changed
Expand Down Expand Up @@ -180,8 +180,8 @@ def organizations_as_member(
) -> list[RoleAccessProxy]:
"""Return organizations that the user has a membership in"""
featured_accounts = Account.query.filter(
Account.name_in(app.config['FEATURED_ACCOUNTS'])
).all()
Account.name_in(app.config['FEATURED_ACCOUNTS'])
).all()
org_as_members = []
for org in featured_accounts:
membership_project = org.projects.filter(
Expand Down

0 comments on commit 78754e5

Please sign in to comment.