You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function *changes* cve_map by calling its pop() method, but it
does not *reassign* cve_map. Removing this unnecessary statement gets
rid of an error from our flake8 pre-commit linter.
0 commit comments