-
-
Notifications
You must be signed in to change notification settings - Fork 221
Add more vacuum requests #1331
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
base: master
Are you sure you want to change the base?
Add more vacuum requests #1331
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1331 +/- ##
=======================================
Coverage 92.20% 92.20%
=======================================
Files 120 120
Lines 7744 7744
Branches 805 805
=======================================
Hits 7140 7140
Misses 444 444
Partials 160 160 ☔ View full report in Codecov by Sentry. |
@@ -33,6 +33,35 @@ | |||
_LOGGER = logging.getLogger(__name__) | |||
|
|||
|
|||
@dataclass | |||
class SmartRequestParams: |
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.
Why does this pr move the SmartRequestParams
out of the SmartRequest
class, but only for the GetCleanAttrParams
and GetMapDataParams
?
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.
I was about to use raw SmartRequestParams to avoid defining new classes, but it didn't work so I added the classes. I will move it back later.
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. |
Add more requests from #937.