Skip to content

Commit

Permalink
Reorder imports to satisfy ruff
Browse files Browse the repository at this point in the history
homeassistant imports should go after standard Python libraries
  • Loading branch information
make-all committed Jun 11, 2024
1 parent 07f15a6 commit a643d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_diagnostics.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""Tests for diagnostics platform"""

from homeassistant.components.diagnostics import REDACTED
from homeassistant.const import CONF_HOST
from unittest.mock import Mock

import pytest
from homeassistant.components.diagnostics import REDACTED
from homeassistant.const import CONF_HOST
from pytest_homeassistant_custom_component.common import MockConfigEntry

from custom_components.tuya_local.const import (
Expand Down

0 comments on commit a643d5d

Please sign in to comment.