Skip to content

Commit

Permalink
fix: remove obsole influx client creation
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Apr 30, 2023
1 parent fc36c95 commit b4cd00c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions estimenergy/services/influx_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ async def _write(
if self.config.influx_config is None:
return

influx_client = InfluxDBClient(
url=self.config.influx_config.url,
token=self.config.influx_config.token,
org=self.config.influx_config.org,
)

point: str = (
Point("energy")
.tag("device", self.device_config.name)
Expand Down

0 comments on commit b4cd00c

Please sign in to comment.