Replace isort with ruff (#94302)

This commit is contained in:
Franck Nijhof 2023-06-08 23:43:56 +02:00 committed by GitHub
parent ed3d38bb17
commit c3936e6f14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
56 changed files with 95 additions and 117 deletions

View file

@ -3,8 +3,8 @@ from __future__ import annotations
import logging
import W800rf32 as w800
import voluptuous as vol
import W800rf32 as w800
from homeassistant.components.binary_sensor import (
DEVICE_CLASSES_SCHEMA,