Skip to content

Commit 3684f9b

Browse files
committed
cleanup: removes implemented TODO
1 parent 52bf8a4 commit 3684f9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181

8282
def get_new_core_app_url(
8383
*,
84-
# TODO: Move host/port to ENV_VARs so that user can customize based on their setup
8584
host: str = environ.get("SUPERTOKENS_CORE_HOST", "localhost"),
8685
port: str = environ.get("SUPERTOKENS_CORE_PORT", "3567"),
8786
core_config: Optional[Dict[str, str]] = None,

0 commit comments

Comments
 (0)