Skip to content

Commit

Permalink
issue jantman#557 - removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
luchees committed Aug 24, 2021
1 parent eabfc5e commit 0e42a83
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions awslimitchecker/services/cognito.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,23 +78,6 @@ def find_usage(self):
self._have_usage = True
logger.debug("Done checking usage.")

def _find_usage_user_pools(self):
"""
List Cognito User Pools by calling AWS list_user_pools, and
update usage in self.limits for the following limits:
Global:
- User pools per account
TODO:
Per User Pool:
- App clients per user pool per user pool
- User import jobs per user pool
- Identity providers per user pool
- Resource servers per user pools
"""

def get_limits(self):
"""
Return all known limits for this service, as a dict of their names
Expand Down

0 comments on commit 0e42a83

Please sign in to comment.