mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-12 04:18:29 +03:00
fix: code style line spacing
This commit is contained in:
@@ -1847,11 +1847,11 @@ class TwitterCashtagScraper(TwitterSearchScraper):
|
|||||||
|
|
||||||
@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 $)')
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def _cli_from_args(cls, args):
|
def _cli_from_args(cls, args):
|
||||||
return cls._cli_construct(args, args.cashtag)
|
return cls._cli_construct(args, args.cashtag)
|
||||||
|
|
||||||
|
|
||||||
class TwitterTweetScraperMode(enum.Enum):
|
class TwitterTweetScraperMode(enum.Enum):
|
||||||
|
|||||||
Reference in New Issue
Block a user