Describe the bug
The tomlib import fails depending on the Python version, in objection/init.py
Evidence / Logs / Screenshots
The line 5 in objection/__init__.py:
should be replaced with
try:
import tomllib
except ModuleNotFoundError:
import tomli as tomllib
Environment (please complete the following information):
Describe the bug
The tomlib import fails depending on the Python version, in objection/init.py
Evidence / Logs / Screenshots
The line 5 in
objection/__init__.py:should be replaced with
Environment (please complete the following information):