GeneralMills / pytrends

Pseudo API for Google Trends
Other
3.12k stars 798 forks source link

improve example.py's output readability #579

Closed ooker777 closed 1 year ago

ooker777 commented 1 year ago

Instead of just writing the sections as comments in the source, now it prints that to the output as well, using:

print(f"""
====================
Section
====================""")
Terseus commented 1 year ago

Sorry but I don't find a good reason to merge this, and can think of reasons to not merge PRs like this.

ooker777 commented 1 year ago

No problems. I just wonder why you don't see this enhance the readability?

Terseus commented 1 year ago

The example script is not meant to be executed, there's no point in adding print statements.

Also, now that there are tests I think it's obsolete and will be removed in the future.