From c0d5a0eb0b5742f8e77332ac556d056dd0fc6574 Mon Sep 17 00:00:00 2001 From: Abel Luck Date: Wed, 8 Apr 2026 09:50:00 +0200 Subject: [PATCH] nix fmt --- pygea/pangeaservice.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pygea/pangeaservice.py b/pygea/pangeaservice.py index fd9667c..a58309f 100644 --- a/pygea/pangeaservice.py +++ b/pygea/pangeaservice.py @@ -324,9 +324,7 @@ class PangeaService: rss["title"] = article.get("title") or article.get("socialTeaserTitle") rss["link"] = article["url"] - summary = article.get("introduction") or article.get( - "socialTeaserIntroduction" - ) + summary = article.get("introduction") or article.get("socialTeaserIntroduction") if summary: rss["summary"] = summary