From 0677804686284d398c979b775e4fc795ccd41c14 Mon Sep 17 00:00:00 2001 From: babolivier Date: Fri, 1 Apr 2022 09:23:26 +0000 Subject: deploy: e4409301ba91add60d1ee1f1f0e6346228737d70 --- develop/modules/writing_a_module.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'develop/modules/writing_a_module.html') diff --git a/develop/modules/writing_a_module.html b/develop/modules/writing_a_module.html index 1a4027d4e8..d93bfb606b 100644 --- a/develop/modules/writing_a_module.html +++ b/develop/modules/writing_a_module.html @@ -99,7 +99,7 @@ @@ -206,7 +206,7 @@ multiple modules implement it.

Handling the module's configuration

A module can implement the following static method:

@staticmethod
-def parse_config(config: dict) -> dict
+def parse_config(config: dict) -> Any
 

This method is given a dictionary resulting from parsing the YAML configuration for the module. It may modify it (for example by parsing durations expressed as strings (e.g. -- cgit 1.5.1