We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16efca0 + 1ea842e commit 6f2d467Copy full SHA for 6f2d467
1 file changed
src/brigade/research/config.py
@@ -2,10 +2,7 @@
2
from pathlib import Path
3
from typing import Any, Dict, List
4
5
-try:
6
- import tomllib # py3.11+
7
-except ModuleNotFoundError: # py3.10
8
- import tomli as tomllib # type: ignore
+from .. import toml_compat as tomllib
9
10
11
class ResearchConfig:
0 commit comments