Skip to content

Commit 45352ac

Browse files
committed
[DEV-14236] Remove comment
1 parent 8c575f9 commit 45352ac

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

usaspending_api/config/envs/default.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,6 @@ def _validate_http_url(
269269
)
270270

271271
if enough_parts:
272-
# TODO: Need to make correct this; when running without ES_HOSTNAME provided it should build the value
273-
# from the parts (e.g., ES_SCHEME, _HOST, _PORT) that are provided
274272
http_url = AnyHttpUrl(
275273
scheme=values[f"{resource_conf_prefix}_SCHEME"],
276274
username=values[f"{resource_conf_prefix}_USER"],

0 commit comments

Comments
 (0)