From 537659325664b47b01c24e82cb4a0e850cd129c0 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 9 Feb 2021 17:44:04 +0100 Subject: Modernize Python syntax with pyupgrade --py38-plus **/*.py --- fatcat_scholar/sandcrawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fatcat_scholar/sandcrawler.py') diff --git a/fatcat_scholar/sandcrawler.py b/fatcat_scholar/sandcrawler.py index 416ed83..356b373 100644 --- a/fatcat_scholar/sandcrawler.py +++ b/fatcat_scholar/sandcrawler.py @@ -39,7 +39,7 @@ class SandcrawlerPostgrestClient: return None -class SandcrawlerMinioClient(object): +class SandcrawlerMinioClient: def __init__( self, host_url: str, -- cgit v1.2.3