Skip to content

Commit

Permalink
Apply isort
Browse files Browse the repository at this point in the history
  • Loading branch information
mill1000 committed Aug 8, 2024
1 parent 9e795c0 commit 7f668f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion msmart/device/AC/test_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

from .command import (EnergyUsageResponse, HumidityResponse,
PropertiesResponse, Response, StateResponse)
from .device import AirConditioner as AC, PropertyId
from .device import AirConditioner as AC
from .device import PropertyId


class TestDeviceEnums(unittest.TestCase):
Expand Down

0 comments on commit 7f668f2

Please sign in to comment.