From 0fe1c2768bec1fbdd5f08d76dde3cf832c04a6f1 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 16 Oct 2023 00:20:39 +0200 Subject: [PATCH] [Fix] Some minor docstring indentation fixes. --- platypush/backend/google/fit/__init__.py | 3 ++- platypush/backend/google/pubsub/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/platypush/backend/google/fit/__init__.py b/platypush/backend/google/fit/__init__.py index 0f0c327e6..30c2ed27f 100644 --- a/platypush/backend/google/fit/__init__.py +++ b/platypush/backend/google/fit/__init__.py @@ -16,7 +16,8 @@ class GoogleFitBackend(Backend): Requires: * The **google.fit** plugin - (:class:`platypush.plugins.google.fit.GoogleFitPlugin`) enabled. + (:class:`platypush.plugins.google.fit.GoogleFitPlugin`) enabled. + """ _default_poll_seconds = 60 diff --git a/platypush/backend/google/pubsub/__init__.py b/platypush/backend/google/pubsub/__init__.py index 689e42056..39a6d3e1a 100644 --- a/platypush/backend/google/pubsub/__init__.py +++ b/platypush/backend/google/pubsub/__init__.py @@ -10,8 +10,8 @@ from platypush.message.event.google.pubsub import GooglePubsubMessageEvent class GooglePubsubBackend(Backend): """ Subscribe to a list of topics on a Google Pub/Sub instance. See - :class:`platypush.plugins.google.pubsub.GooglePubsubPlugin` for a reference on how to generate your - project and credentials file. + :class:`platypush.plugins.google.pubsub.GooglePubsubPlugin` for a reference on how to generate your + project and credentials file. """ def __init__(