mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-21 08:11:50 +02:00
fix: auto-fix linting issues
This commit is contained in:
committed by
github-actions[bot]
parent
a18a505bfb
commit
2ca436f8e8
@@ -3,13 +3,14 @@
|
||||
|
||||
import json
|
||||
import logging
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
import os
|
||||
|
||||
import paho.mqtt.client as mqtt
|
||||
import requests
|
||||
|
||||
utils_path = os.path.expanduser('~/BirdNET-Pi/scripts/utils')
|
||||
utils_path = os.path.expanduser("~/BirdNET-Pi/scripts/utils")
|
||||
sys.path.append(utils_path)
|
||||
|
||||
from helpers import get_settings
|
||||
|
||||
Reference in New Issue
Block a user