bmistry12 / twitter-scraper

Re-defined variable from outer scope PYL-W0621
Anti-pattern
Major
1 occurrence in this check
Redefining name 'api' from outer scope (line 57)
 9    """Historic Twitter Data Exception."""
10
11
12def _get_historic_tweets(api, keyword, json_file_name, num_of_tweets):13    """Get previous arg.num_of_tweets related to arg.keyword."""
14    tweet_list = []
15    print(f"Getting previous {str(num_of_tweets)} tweets...")