Skip to content

Commit 9701cb3

Browse files
committed
chore(test[config]): Remove unused helper function
1 parent 2ab7bed commit 9701cb3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/workspace/test_config.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
from ..fixtures.structures import WorkspaceTestData
1515

1616

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-
2317
def load_workspace(path: t.Union[str, pathlib.Path]) -> t.Dict[str, t.Any]:
2418
return ConfigReader._from_file(
2519
pathlib.Path(path) if isinstance(path, str) else path

0 commit comments

Comments
 (0)