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

correct IN usage in docstring #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

smtheard
Copy link

This is to fix an issue I found within the docs. __in is not a valid dynamoDB operator, it has to be __is_in in order to work both for dynamoDB and for dyanmORM.

@smtheard
Copy link
Author

@borgstrom any idea why the CI seems to be running for infinite time? it's been a day haha

@codecov-io
Copy link

Codecov Report

Merging #101 (d79ea82) into master (418a0ed) will increase coverage by 0.19%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   96.62%   96.81%   +0.19%     
==========================================
  Files          11       11              
  Lines        1007     1005       -2     
==========================================
  Hits          973      973              
+ Misses         34       32       -2     
Impacted Files Coverage Δ
dynamorm/model.py 99.45% <ø> (ø)
dynamorm/table.py 96.19% <0.00%> (+0.38%) ⬆️

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 418a0ed...d79ea82. Read the comment docs.

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