Skip to content

Commit

Permalink
Remove ProviderTopology.from_charm(charm) (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abuelodelanada authored Jun 10, 2022
1 parent 4671419 commit e5b50c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/charms/prometheus_k8s/v0/prometheus_scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,6 @@ def __init__(
super().__init__(charm, relation_name)
self._charm = charm
self._relation_name = relation_name
self.topology = ProviderTopology.from_charm(charm)
self._recursive = recursive

try:
Expand Down

0 comments on commit e5b50c9

Please sign in to comment.