Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Update catalystwan/api/mtt_aaa_api.py
Browse files Browse the repository at this point in the history
Co-authored-by: JimOverholt <[email protected]>
  • Loading branch information
renukavinay and JimOverholt authored Nov 6, 2024
1 parent 9d319b5 commit 027b75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalystwan/api/mtt_aaa_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_aaa(self) -> TenantAAA:
:param aaa:
:return:
"""
logger.debug("AAA config {self.tenant_org_name}")
logger.debug(f"AAA config {self.tenant_org_name}")
tenant_aaa = self.session.get_data(self.url_path)
# return tenant_aaa
return create_dataclass(TenantAAA, tenant_aaa)
Expand Down

0 comments on commit 027b75f

Please sign in to comment.