Skip to content

Commit 5b5688a

Browse files
authored
refactor: Remove duplicate urls (#345)
1 parent 7f28410 commit 5b5688a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/firebolt/utils/urls.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
ACCOUNT_ENGINE_URL_BY_DATABASE_NAME_V1 = (
3434
ACCOUNT_LIST_ENGINES_URL + ":getURLByDatabaseName"
3535
)
36-
ACCOUNT_LIST_ENGINES_URL = "/core/v1/accounts/{account_id}/engines"
37-
ACCOUNT_ENGINE_ID_BY_NAME_URL = ACCOUNT_LIST_ENGINES_URL + ":getIdByName"
3836
ACCOUNT_URL = "/iam/v2/account"
3937
ACCOUNT_BY_NAME_URL_V1 = "/iam/v2/accounts:getIdByName"
4038
ACCOUNT_BINDINGS_URL = "/core/v1/accounts/{account_id}/bindings"

0 commit comments

Comments
 (0)