Skip to content

Commit 81b0c2b

Browse files
authored
Merge pull request #11 from NHSDigital/odin-269-sonar-scan-fixes
odin-269: removed commented code
2 parents f833c50 + e7a07ca commit 81b0c2b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/clients.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -784,12 +784,6 @@ def __init__(
784784
self._clients: dict[tuple[type, str, str | None], RegionRoleClient] = {
785785
(STSClient, sts_region, None): self._sts
786786
}
787-
# self._sts_clients: dict[tuple[str, str | None], STSClient] = {
788-
# (sts_region, None): self._sts
789-
# }
790-
# self._support_clients: dict[str | None, SupportAppClient] = {}
791-
# self._tagging_clients: dict[tuple[str, str | None], TaggingClient] = {}
792-
# self._cloudwatch_clients: dict[tuple[str, str | None], CloudWatchClient] = {}
793787
self._session_lock = asyncio.Lock()
794788

795789
def region_config(self, region: str) -> Config:

0 commit comments

Comments
 (0)