move-coop / parsons

A python library of connectors for the progressive community.
https://www.parsonsproject.org/
Other
260 stars 131 forks source link

merge contacts and test #776

Closed mkwoods927 closed 1 year ago

mkwoods927 commented 1 year ago

This PR adds the merge_contacts function to the VAN class and includes tests. #772

shaunagm commented 1 year ago

@mkwoods927 looks like the linter missed a file. Why does it keep doing that? :(

Here's the issue:

Screenshot from 2022-11-22 17-30-57

You should be able to make the changes locally, and then do the following to add, commit and push your changes:

git add .
git commit -m "fix linting"
git push origin add_mergecontacts
mkwoods927 commented 1 year ago

Thanks @shaunagm ! This should be fixed now.

shaunagm commented 1 year ago

Thanks for the contribution, Melissa!