#41 Add the repo_from in create_pull_request
Merged by cverna. Opened by lenkaseg.
lenkaseg/libpagure repo_from  into  master

Download 41.patch

Pagure is now expecting three more arguments to specify from which project a pull request is opened with API:
repo_from, repo_from_username and repo_from_namespace.

Libpagure receives them as a dictionary and converts them into a string.

The second commit are the changes black made on all the libpagure.py file. Now both black and flake8 pass.

LGTM :thumbsup:

Pull-Request has been merged by cverna

Metadata