Skip to content

Commit 7d7ca79

Browse files
committed
Remove excess whitespace
1 parent 2fbd9eb commit 7d7ca79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

nmdc_server/config.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,23 @@ class Settings(BaseSettings):
5151
"""If true, use the fake GCS server for local development."""
5252

5353
gcs_fake_api_endpoint: str = "http://storage:4443"
54-
"""The fake GCS server API endpoint.
55-
54+
"""The fake GCS server API endpoint.
55+
5656
This is only used if gcs_use_fake is True. This is used by the backend to communicate with the
5757
fake GCS server, so it should typically refer to the docker compose service name."""
5858

5959
gcs_fake_access_endpoint: str = "http://localhost:4443"
60-
"""The fake GCS server access endpoint.
61-
60+
"""The fake GCS server access endpoint.
61+
6262
This is only used if gcs_use_fake is True. This is used when producing signed URLs that the
6363
frontend will use, so it should typically refer to the localhost address."""
6464

6565
gcs_project_id: str | None = None
6666
"""The GCS project ID. This is only required if gcs_use_fake is False."""
6767

6868
gcs_object_name_prefix: str
69-
"""Prefix for GCS object names.
70-
69+
"""Prefix for GCS object names.
70+
7171
This is used to organize objects in the bucket. This must be set in the .env file or as an
7272
environment variable."""
7373

0 commit comments

Comments
 (0)