Skip to content

Conversation

samuelcolvin
Copy link
Member

@samuelcolvin samuelcolvin commented Aug 27, 2019

Related issue number

fix #781

Checklist

  • Unit tests for the changes exist
  • Tests pass on CI and coverage remains at 100%
  • Documentation reflects the changes where applicable
  • changes/<pull request or issue id>-<github username>.rst file added describing change
    (see changes/README.md for details)

@samuelcolvin samuelcolvin changed the title dataclass import alias for export, dataclass import alias for export Aug 27, 2019
@codecov
Copy link

codecov bot commented Aug 27, 2019

Codecov Report

Merging #783 into master will not change coverage.
The diff coverage is 100%.

@@          Coverage Diff          @@
##           master   #783   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          16     16           
  Lines        2775   2778    +3     
  Branches      553    553           
=====================================
+ Hits         2775   2778    +3
Impacted Files Coverage Δ
pydantic/dataclasses.py 100% <ø> (ø) ⬆️
pydantic/error_wrappers.py 100% <ø> (ø) ⬆️
pydantic/main.py 100% <100%> (ø) ⬆️
pydantic/typing.py 100% <100%> (ø) ⬆️
pydantic/schema.py 100% <100%> (ø) ⬆️

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 5015a7e...e4a9a39. Read the comment docs.

@samuelcolvin samuelcolvin marked this pull request as ready for review August 28, 2019 09:50
@samuelcolvin samuelcolvin merged commit 32efbf0 into master Aug 28, 2019
@samuelcolvin samuelcolvin deleted the dataclass-export branch August 28, 2019 10:55
alexdrydew pushed a commit to alexdrydew/pydantic that referenced this pull request Dec 23, 2023
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.

Too many arguments / Unexpected keyword argument errors with mypy --strict
1 participant