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 d305c45273
commit 36cb08c062

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