zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
354 stars 355 forks source link

Issue #489, removing unnecessary provision check #548

Open arnavkohli opened 4 years ago

arnavkohli commented 4 years ago

Removed an unneeded provision check and corrected a typo.

Fixes #489

timabbott commented 4 years ago

@arnavkohli can you clean up the commit history here?

Check out our GitHub guide and commit guidelines for more details.

arnavkohli commented 4 years ago

@timabbott done! Let me know if any other changes are required.

PIG208 commented 3 years ago

This should be ready to merge if we clean up the commit history

zulipbot commented 3 years ago

Heads up @arnavkohli, we just merged some commits that conflict with the changes your made in this pull request! You can review this repository's recent commits to see where the conflicts occur. Please rebase your feature branch against the upstream/main branch and resolve your pull request's merge conflicts accordingly.