mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
Add comment to warn about dro simple_toml_parser
This commit is contained in:
@@ -13,6 +13,7 @@ if sys.version_info >= (3, 11):
|
|||||||
import tomllib
|
import tomllib
|
||||||
|
|
||||||
|
|
||||||
|
# Drop the simple_toml_parser when we move to python3.11
|
||||||
def simple_toml_parser(content):
|
def simple_toml_parser(content):
|
||||||
result = {}
|
result = {}
|
||||||
current_section = result
|
current_section = result
|
||||||
|
|||||||
Reference in New Issue
Block a user