Skip to content

Conversation

@jdufresne
Copy link
Contributor

Save a tiny amount of memory by not keeping the value around. Only used by the event handler. The value does not need to be remembered across different invocations of the event handler.

Save a tiny amount of memory by not keeping the value around. Only used
by the event handler. The value does not need to be remembered across
different invocations of the event handler.
@codecov
Copy link

codecov bot commented Jul 31, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1074   +/-   ##
=======================================
  Coverage   84.29%   84.29%           
=======================================
  Files          24       24           
  Lines        1318     1318           
  Branches      178      178           
=======================================
  Hits         1111     1111           
  Misses        157      157           
  Partials       50       50

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 3725cec...9b74a15. Read the comment docs.

@camilonova camilonova merged commit 2d21af1 into django-commons:master Aug 21, 2018
@camilonova
Copy link
Contributor

Thank you

@jdufresne jdufresne deleted the local-current branch September 6, 2018 13:50
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