-
Notifications
You must be signed in to change notification settings - Fork 5
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
Decorator to send data to kolena #648
Decorator to send data to kolena #648
Conversation
9cd309b
to
2adc313
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## trunk #648 +/- ##
==========================================
- Coverage 94.26% 93.67% -0.60%
==========================================
Files 88 90 +2
Lines 5457 5610 +153
Branches 798 830 +32
==========================================
+ Hits 5144 5255 +111
- Misses 233 270 +37
- Partials 80 85 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
481c750
to
2cda724
Compare
1edf886
to
09b80a6
Compare
@@ -16,7 +16,7 @@ | |||
from typing import List | |||
from typing import Optional | |||
|
|||
from pydantic.dataclasses import dataclass | |||
from pydantic.v1.dataclasses import dataclass |
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.
thanks for catching this!
What change does this PR introduce and why?
additional documentation added

Please check if the PR fulfills these requirements