Skip to content

Commit

Permalink
Reformat config.py using black
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed May 24, 2023
1 parent 4258528 commit acd7a9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ class EnvironmentConfig:
)
ENVIRONMENT = os.getenv("TM_ENVIRONMENT", "")
# The default tag used in the OSM changeset comment
DEFAULT_CHANGESET_COMMENT = os.getenv("TM_DEFAULT_CHANGESET_COMMENT", "#hot-tm-stage-project")
DEFAULT_CHANGESET_COMMENT = os.getenv(
"TM_DEFAULT_CHANGESET_COMMENT", "#hot-tm-stage-project"
)

# The address to use as the sender on auto generated emails
EMAIL_FROM_ADDRESS = os.getenv("TM_EMAIL_FROM_ADDRESS", "noreply@hotosmmail.org")
Expand Down

0 comments on commit acd7a9d

Please sign in to comment.