[Fix] Some minor docstring indentation fixes.

This commit is contained in:
Fabio Manganiello 2023-10-16 00:20:39 +02:00
parent 3e00a05301
commit 0fe1c2768b
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774
2 changed files with 4 additions and 3 deletions

View file

@ -16,7 +16,8 @@ class GoogleFitBackend(Backend):
Requires: Requires:
* The **google.fit** plugin * The **google.fit** plugin
(:class:`platypush.plugins.google.fit.GoogleFitPlugin`) enabled. (:class:`platypush.plugins.google.fit.GoogleFitPlugin`) enabled.
""" """
_default_poll_seconds = 60 _default_poll_seconds = 60

View file

@ -10,8 +10,8 @@ from platypush.message.event.google.pubsub import GooglePubsubMessageEvent
class GooglePubsubBackend(Backend): class GooglePubsubBackend(Backend):
""" """
Subscribe to a list of topics on a Google Pub/Sub instance. See 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 :class:`platypush.plugins.google.pubsub.GooglePubsubPlugin` for a reference on how to generate your
project and credentials file. project and credentials file.
""" """
def __init__( def __init__(