From e5b50c94bab6d2a5ff549e571bb64c4ffd3b008e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20C=2E=20Mass=C3=B3n?= <939888+Abuelodelanada@users.noreply.github.com> Date: Fri, 10 Jun 2022 07:39:51 -0300 Subject: [PATCH] Remove ProviderTopology.from_charm(charm) (#309) --- lib/charms/prometheus_k8s/v0/prometheus_scrape.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/charms/prometheus_k8s/v0/prometheus_scrape.py b/lib/charms/prometheus_k8s/v0/prometheus_scrape.py index 135971a6..9ac4d21a 100644 --- a/lib/charms/prometheus_k8s/v0/prometheus_scrape.py +++ b/lib/charms/prometheus_k8s/v0/prometheus_scrape.py @@ -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: