-
-
Notifications
You must be signed in to change notification settings - Fork 563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests for reprs of the status classes #266
Conversation
a85b32b
to
74d9281
Compare
miio/tests/test_airpurifier.py
Outdated
OperationMode, LedBrightness, FilterType, SleepMode, AirPurifierException | ||
) | ||
from miio.airpurifier import (OperationMode, LedBrightness, FilterType, | ||
SleepMode, AirPurifierStatus, AirPurifierException) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
continuation line under-indented for visual indent
from miio.airconditioningcompanion import OperationMode, FanSpeed, Power, \ | ||
SwingMode, Led, STORAGE_SLOT_ID | ||
from miio.airconditioningcompanion import (OperationMode, FanSpeed, Power, | ||
SwingMode, Led, AirConditioningCompanionStatus, STORAGE_SLOT_ID, ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
continuation line under-indented for visual indent
Looks good thanks, this will allow refactoring the handling later on! 👍 |
No description provided.