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.
1 parent 2ab7bed commit 9701cb3Copy full SHA for 9701cb3
tests/workspace/test_config.py
@@ -14,12 +14,6 @@
14
from ..fixtures.structures import WorkspaceTestData
15
16
17
-def load_yaml(path: t.Union[str, pathlib.Path]) -> t.Dict[str, t.Any]:
18
- return ConfigReader._from_file(
19
- pathlib.Path(path) if isinstance(path, str) else path
20
- )
21
-
22
23
def load_workspace(path: t.Union[str, pathlib.Path]) -> t.Dict[str, t.Any]:
24
return ConfigReader._from_file(
25
pathlib.Path(path) if isinstance(path, str) else path
0 commit comments