Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonaworth committed Sep 25, 2023
1 parent ca510b5 commit 7b20a4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/ops_api/ops/environment/cloud/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

DEBUG = True


# Helper function
def get_json_env_var(variable_name):
"""Retrieve and serialize a JSON environment variable."""
Expand Down
1 change: 1 addition & 0 deletions backend/ops_api/ops/environment/cloud/prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

DEBUG = False


# Helper function
def get_json_env_var(variable_name):
"""Retrieve and serialize a JSON environment variable."""
Expand Down
1 change: 1 addition & 0 deletions backend/ops_api/ops/environment/cloud/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

DEBUG = False


# Helper function
def get_json_env_var(variable_name):
"""Retrieve and serialize a JSON environment variable."""
Expand Down

0 comments on commit 7b20a4f

Please sign in to comment.