mikeysan / retweet_anything

A collection of scripts that use the tweepy API to interact with Twitter
MIT License
0 stars 6 forks source link

(FLK-E251) Unexpected spaces around keyword / parameter equals #26

Closed mikeysan closed 3 years ago

mikeysan commented 3 years ago

Description

There should be no spaces before or after the = in a function definition.

Occurrences

There are 8 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/mikeysan/retweet_anything/issue/FLK-E251/occurrences/

Important

ONLY fix the issue reported (no matter how obvious a different issue might be).

How to fix (example)

error: lang = "en" fix: lang="en"

divyanshu887 commented 3 years ago

@mikeysan i have send the PR(#29 ) for this issue please review it

jayesh-srivastava commented 3 years ago

Hi. The PR related to https://github.com/mikeysan/retweet_anything/blob/master/phoducation-bot/phoducationBot.py has been made and accepted.

The one related to https://github.com/mikeysan/retweet_anything/blob/master/tweetAnalysis/downloadTweets.py is showing 'checks failed'. Can you please review it?