Remove accidental empty line

This commit is contained in:
JustAnotherArchivist
2021-09-19 03:31:56 +00:00
parent 9831f2a4a0
commit 2825bd0a73

View File

@@ -462,7 +462,6 @@ class TwitterAPIScraper(snscrape.base.Scraper):
if 'ext' in user and 'label' in user['ext']['highlightedLabel']['r']['ok']:
kwargs['label'] = user['ext']['highlightedLabel']['r']['ok']['label']['description']
kwargs['labelUrl'] = user['ext']['highlightedLabel']['r']['ok']['label']['url']['url']
return User(**kwargs)