From f847108af63821f8ee68fc44024c932325081c19 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 19 Jan 2022 00:43:51 +0100 Subject: [PATCH] remove title --- docs/extend/how_to_plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extend/how_to_plugin.md b/docs/extend/how_to_plugin.md index c57b908..a991acb 100644 --- a/docs/extend/how_to_plugin.md +++ b/docs/extend/how_to_plugin.md @@ -49,7 +49,7 @@ from plugin.mixins import APICallMixin, SettingsMixin, ScheduleMixin, BarcodeMix ### A simple example This example adds a new action under `/api/action/sample` using the ActionMixin. -``` py title="sampleactionplugin.py" +``` py # -*- coding: utf-8 -*- # (1) """sample implementation for ActionPlugin""" # (2) from plugin import IntegrationPluginBase