Remove unnecessary f-strings

Cf. #370
This commit is contained in:
JustAnotherArchivist
2022-01-28 21:22:13 +00:00
parent 7f88678253
commit 107c3c71c2
5 changed files with 11 additions and 11 deletions

View File

@@ -131,7 +131,7 @@ class _RedditPushshiftScraper(snscrape.base.Scraper):
else: # E.g. submission 617p51 but can likely happen for comments as well
permalink = f'/comments/{d["link_id"][3:]}/_/{d["id"]}/'
else:
_logger.warning(f'Unable to find or construct permalink')
_logger.warning('Unable to find or construct permalink')
permalink = '/'
kwargs = {