Skip to content

Commit

Permalink
Fix unsorted imports with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
oldcorvus committed Dec 3, 2023
1 parent cebb81d commit 660dcfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/example_fan_percent_mode.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Example for Fan device."""
import asyncio

from xknx import XKNX
from xknx.devices import Fan

Expand Down
1 change: 1 addition & 0 deletions examples/example_fan_step_mode.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Example for Fan device."""
import asyncio

from xknx import XKNX
from xknx.devices import Fan

Expand Down

0 comments on commit 660dcfc

Please sign in to comment.