mirror of
https://github.com/Steffo99/cfig.git
synced 2024-11-21 15:34:20 +00:00
🗒️ Fix typing mistake
This commit is contained in:
parent
cd7661e536
commit
c44368a557
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ In the modules of your application, you can import and use the variables directl
|
|||
:emphasize-lines: 6,7
|
||||
|
||||
@config.optional()
|
||||
def ALWAYS_NONE(val: t.Optional[str]) -> str:
|
||||
def ALWAYS_NONE(val: t.Optional[str]) -> None:
|
||||
"""This configuration value will always be None."""
|
||||
return None
|
||||
|
||||
|
|
Loading…
Reference in a new issue