mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-11 03:48:29 +03:00
fix: code style line spacing
This commit is contained in:
@@ -1845,7 +1845,6 @@ class TwitterCashtagScraper(TwitterSearchScraper):
|
||||
super().__init__(f'${cashtag}', **kwargs)
|
||||
self._cashtag = cashtag
|
||||
|
||||
|
||||
@classmethod
|
||||
def _cli_setup_parser(cls, subparser):
|
||||
subparser.add_argument('cashtag', type = snscrape.base.nonempty_string('cashtag'), help = 'A Twitter cashtag (without $)')
|
||||
|
||||
Reference in New Issue
Block a user