Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Dec 6, 2024
1 parent 613464f commit bd83b7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/modules/reports/google_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
load_dotenv()

DELEGATED_USER_EMAIL = os.environ.get("GOOGLE_DELEGATED_ADMIN_EMAIL")
FOLDER_REPORTS_GOOGLE_GROUPS = os.environ.get(
"FOLDER_REPORTS_GOOGLE_GROUPS", ""
)
FOLDER_REPORTS_GOOGLE_GROUPS = os.environ.get("FOLDER_REPORTS_GOOGLE_GROUPS", "")


def generate_report(args, respond):
Expand Down

0 comments on commit bd83b7d

Please sign in to comment.