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