Skip to content

Commit

Permalink
fixed black error
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesstottmoj committed Dec 11, 2024
1 parent 6378c7e commit c99177f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controlpanel/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,4 +608,4 @@
DPR_DATABASE_NAME = os.environ.get("DPR_DATABASE_NAME", None)

S3_ARCHIVE_BUCKET_NAME = "dev-archive-folder"
FEEDBACK_BUCKET_NAME = f"{ENV}-{os.environ.get("FEEDBACK_BUCKET_NAME")}"
FEEDBACK_BUCKET_NAME = f"{ENV}-{os.environ.get('FEEDBACK_BUCKET_NAME')}"

0 comments on commit c99177f

Please sign in to comment.