Skip to content

Commit

Permalink
Fix ruff error - unsorted includes
Browse files Browse the repository at this point in the history
Signed-off-by: Schrotti <Schrott.Micha@web.de>
  • Loading branch information
Rosi2143 committed Jan 4, 2025
1 parent 3fcf758 commit 1d34e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HABApp/core/shutdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
import signal
import traceback
from asyncio import iscoroutinefunction, sleep
from collections.abc import Awaitable
from dataclasses import dataclass
from types import BuiltinMethodType, FunctionType, MethodType
from typing import TYPE_CHECKING
from collections.abc import Awaitable

from HABApp.core.asyncio import create_task
from HABApp.core.const import loop
Expand Down

0 comments on commit 1d34e8c

Please sign in to comment.