Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Dec 18, 2024
1 parent e126566 commit 1ee7a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tb_pulumi/monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def __on_apply(self, outputs):

# From this side of an apply, we can see the resource types and look for ones we know about
self.supported_resources = [res for res in self.all_resources if type(res) in self.type_map.keys()]

# Call downstream monitoring setups
self.monitor(outputs)

Expand Down

0 comments on commit 1ee7a2f

Please sign in to comment.