Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-dbx committed Sep 21, 2020
1 parent 0d1ddd7 commit fa3f078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/tasks/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def get_reports_user(session: Session) -> "User":
func.lower(security_manager.user_model.username)
== func.lower(config["EMAIL_REPORTS_USER"])
)
.one_or_none()
.one()
)


Expand Down

0 comments on commit fa3f078

Please sign in to comment.