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. |
|
|
||
|
|
||
| @dataclass | ||
| class SmartRequestParams: |
There was a problem hiding this comment.
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.
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.