Add comment to warn about dro simple_toml_parser

This commit is contained in:
Thiago Moretto
2024-08-30 11:52:53 -03:00
parent 5f359b14f7
commit 0b9e753c2f

View File

@@ -13,6 +13,7 @@ if sys.version_info >= (3, 11):
import tomllib
# Drop the simple_toml_parser when we move to python3.11
def simple_toml_parser(content):
result = {}
current_section = result