Skip to content

Commit

Permalink
indent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 25, 2024
1 parent bc62b3d commit 2092c1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/globals.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

env = {}
"""This Dict is set by internal.check_env_vars and contains a subset of the environment relevant to this
application. If a value isn't provided in the environment, check_env_vars will populate a reasonable
default. In turn, components of this application can refer to env[] to retrieve global settings to
bootstrap.
"""
"""This Dict is set by internal.check_env_vars and contains a subset of the environment relevant to this
application. If a value isn't provided in the environment, check_env_vars will populate a reasonable
default. In turn, components of this application can refer to env[] to retrieve global settings to
bootstrap.
"""

0 comments on commit 2092c1e

Please sign in to comment.