Skip to content
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

typing.DataFrame should expect annotation input #318

Merged
merged 1 commit into from
Nov 5, 2020

Conversation

cosmicBboy
Copy link
Collaborator

this fixes a mypy issue when annotating functions with
the schema model. before this fix mypy would complain
that the DataFrame type doesn't expect a type annotation
input

this fixes a mypy issue when annotating functions with
the schema model. before this fix mypy would complain
that the DataFrame type doesn't expect a type annotation
input
@codecov-io
Copy link

codecov-io commented Nov 4, 2020

Codecov Report

Merging #318 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #318   +/-   ##
=======================================
  Coverage   98.64%   98.64%           
=======================================
  Files          18       18           
  Lines        1702     1702           
=======================================
  Hits         1679     1679           
  Misses         23       23           
Impacted Files Coverage Δ
pandera/typing.py 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 0cb9869...c55d45d. Read the comment docs.

@cosmicBboy cosmicBboy merged commit bf1f9ca into master Nov 5, 2020
@cosmicBboy cosmicBboy deleted the feature/fix-typing branch November 11, 2020 15:44
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.

None yet

2 participants