-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix: update mop intensity, fan speed, and dock mappings for the QRevo Master #260
Conversation
Can you run pre commit locally |
I did, and it passes. I'm really confused about what happened there. It's complaining about the imports not being sorted, which was a problem in the last commit (db11c0f), but not on the tip of the branch and
|
Looks like the lint problem was actually introduced in the last commit. Just manually make the change in containers.py if you need to to get us passing |
That's the thing - they are sorted on the tip, so there's nothing to push. |
The issue is present on main as well https://github.com/humbertogontijo/python-roborock/blob/main/roborock/containers.py And I don't see any changes for containers.py on this pr, are you sure it's pushed? |
You're right - I kept looking at the MopIntensity imports and not MopMode. |
No description provided.