mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 23:11:09 +00:00
12f69a86f5
* Remove code with side effects from main When running tests withy pytest, some modules execute code in main scope and open plot or browser windows. Moves such code under `if __name__ == "__main__"`. * fixup! Format Python code with psf/black push |
||
---|---|---|
.. | ||
crawl_google_results.py | ||
fetch_bbc_news.py | ||
fetch_github_info.py | ||
get_imdbtop.py | ||
slack_message.py |