Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Jan 19, 2024
1 parent b366b99 commit 0d1438f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
from unittest.mock import patch

from ecowitt2mqtt.__main__ import get_cli_arguments, get_env_vars, main
from ecowitt2mqtt.const import CONF_MQTT_BROKER, CONF_MQTT_TOPIC, CONF_VERBOSE, ENV_VERBOSE
from ecowitt2mqtt.const import (
CONF_MQTT_BROKER,
CONF_MQTT_TOPIC,
CONF_VERBOSE,
ENV_VERBOSE,
)


def test_get_cli_arguments() -> None:
Expand Down

0 comments on commit 0d1438f

Please sign in to comment.