Skip to content

Change import dataclass and use pydantic.dataclass#82

Merged
matin merged 3 commits intomainfrom
fix-dataclass
Nov 3, 2020
Merged

Change import dataclass and use pydantic.dataclass#82
matin merged 3 commits intomainfrom
fix-dataclass

Conversation

@keryc
Copy link
Copy Markdown
Contributor

@keryc keryc commented Oct 29, 2020

closes #81

@keryc keryc requested a review from alexviquez October 29, 2020 23:35
@keryc keryc self-assigned this Oct 29, 2020
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 29, 2020

Codecov Report

Merging #82 into main will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #82   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          402       402           
=========================================
  Hits           402       402           
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cuenca/resources/bill_payments.py 100.00% <100.00%> (ø)
cuenca/resources/deposits.py 100.00% <100.00%> (ø)
cuenca/resources/service_providers.py 100.00% <100.00%> (ø)
cuenca/version.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3eed2c6...cd289be. Read the comment docs.

alexviquez
alexviquez previously approved these changes Oct 30, 2020
@matin matin merged commit 4293abc into main Nov 3, 2020
@matin matin deleted the fix-dataclass branch November 3, 2020 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Algunos created_at se retornan como string y otros como datetime

3 participants