Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
devmaxde committed Jan 21, 2025
1 parent 460acf5 commit c987201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metricq_source_modbus/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

import click_completion # type: ignore
import click_log # type: ignore
from metricq.logging import get_logger
from metricq.cli import metricq_command
from metricq.logging import get_logger

from .source import ModbusSource

Expand All @@ -46,7 +46,7 @@
click_completion.init()


@metricq_command(default_token = "source-modbus")
@metricq_command(default_token="source-modbus")
def run(server, token) -> None:
src = ModbusSource(url=server, token=token)
src.run()

0 comments on commit c987201

Please sign in to comment.