From b604749c4059c72b5b5d64e8e964263f846581e7 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 7 Apr 2021 18:01:14 -0700 Subject: small lint fix --- fatcat_scholar/api_entities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fatcat_scholar/api_entities.py b/fatcat_scholar/api_entities.py index c4a4ace..605a7ac 100644 --- a/fatcat_scholar/api_entities.py +++ b/fatcat_scholar/api_entities.py @@ -32,7 +32,7 @@ def entity_from_json( """ if not api_client: api_client = _global_serde_api_client - thing = collections.namedtuple("Thing", ["data"]) + thing = collections.namedtuple("thing", ["data"]) thing.data = json_str return api_client.deserialize(thing, entity_type) -- cgit v1.2.3