Skip to content

Commit

Permalink
This commit removes a left over todo item that had not be removed aft…
Browse files Browse the repository at this point in the history
…er the implementation had been completed.
  • Loading branch information
andrew-mcgrath committed Jun 10, 2020
1 parent b0c4bab commit 5538039
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chalice/deploy/planner.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ def _plan_managediamrole(self, resource):
varname = '%s_role_arn' % resource.role_name
if not role_exists:
return [
# TODO: Discover Region, Partition and URLSuffix
models.BuiltinFunction(
'interrogate_profile',
[],
Expand Down

0 comments on commit 5538039

Please sign in to comment.