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

Fix deprecated calls syntax to Triplestore.triples() #71

Merged
merged 2 commits into from
Jan 27, 2023

Conversation

jesper-friis
Copy link
Contributor

The triples() method has been changed from taking a (s,p,o) tuple as argument to taking optional subject, predicate, object arguments.

This PR updates calls to triples() accordingly.

@codecov-commenter
Copy link

Codecov Report

Base: 67.07% // Head: 67.16% // Increases project coverage by +0.09% 🎉

Coverage data is based on head (000c2c1) compared to base (13c64ee).
Patch coverage: 57.14% of modified lines in pull request are covered.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #71      +/-   ##
==========================================
+ Coverage   67.07%   67.16%   +0.09%     
==========================================
  Files          14       14              
  Lines        1063     1063              
==========================================
+ Hits          713      714       +1     
+ Misses        350      349       -1     
Impacted Files Coverage Δ
tripper/triplestore.py 78.62% <57.14%> (+0.36%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jesper-friis jesper-friis merged commit 314455d into main Jan 27, 2023
@jesper-friis jesper-friis deleted the fix-deprecated-use-of-triples branch January 27, 2023 15:04
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.

3 participants