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

remove unused orm.implementation.utils module #3877

Merged
merged 1 commit into from
Mar 28, 2020

Conversation

ltalirz
Copy link
Member

@ltalirz ltalirz commented Mar 28, 2020

The get_attr function defined here seems to be used nowhere in the
codebase.

Note: this function was introduced in bc8bd0a and was used e.g. in orm/implementation/django/nodes.py (but seems to be no longer).

The `get_attr` function defined here seems to be used nowhere in the
codebase.
@codecov
Copy link

codecov bot commented Mar 28, 2020

Codecov Report

Merging #3877 into develop will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3877      +/-   ##
===========================================
+ Coverage    77.16%   77.18%   +0.02%     
===========================================
  Files          458      457       -1     
  Lines        33789    33779      -10     
===========================================
  Hits         26072    26072              
+ Misses        7717     7707      -10     
Flag Coverage Δ
#django 69.22% <ø> (+0.02%) ⬆️
#sqlalchemy 70.04% <ø> (+0.02%) ⬆️

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 2c2f3cf...ae48db8. Read the comment docs.

@ltalirz ltalirz requested a review from sphuber March 28, 2020 15:34
Copy link
Contributor

@sphuber sphuber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ltalirz

@sphuber sphuber merged commit d12a424 into aiidateam:develop Mar 28, 2020
@sphuber sphuber deleted the remove-get-attr branch March 28, 2020 15:54
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.

2 participants