Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Jun 4, 2024
1 parent dd44366 commit 1e88291
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def process(org_id, recipients, template_name, subject, logo_url, **kwargs) -> d
current_app.logger.debug('account notification: %s', org_id)

account_name: str = None
account_name_with_branch: str = None
if org_id:
org: OrgModel = OrgModel.find_by_id(org_id)
account_name = org.name
Expand Down

0 comments on commit 1e88291

Please sign in to comment.