Skip to content

Commit

Permalink
refactor: Remove duplicate urls (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin authored Jan 31, 2024
1 parent 7f28410 commit 5b5688a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/firebolt/utils/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
ACCOUNT_ENGINE_URL_BY_DATABASE_NAME_V1 = (
ACCOUNT_LIST_ENGINES_URL + ":getURLByDatabaseName"
)
ACCOUNT_LIST_ENGINES_URL = "/core/v1/accounts/{account_id}/engines"
ACCOUNT_ENGINE_ID_BY_NAME_URL = ACCOUNT_LIST_ENGINES_URL + ":getIdByName"
ACCOUNT_URL = "/iam/v2/account"
ACCOUNT_BY_NAME_URL_V1 = "/iam/v2/accounts:getIdByName"
ACCOUNT_BINDINGS_URL = "/core/v1/accounts/{account_id}/bindings"

0 comments on commit 5b5688a

Please sign in to comment.