Skip to content

Commit

Permalink
rm yaml code
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-treebeard committed Dec 23, 2024
1 parent 722e678 commit 68a01ee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from pathlib import Path
from typing import Any, Dict, List

import yaml
from nbformat import write
from nbformat.v4 import new_code_cell, new_markdown_cell, new_notebook
from pytest import Pytester, fixture
Expand Down Expand Up @@ -42,11 +41,6 @@ def write_nb(
write(nb, str(path))


def write_config(conf: Dict[Any, Any], filename: Path = Path("_config.yml")) -> Path:
Path(filename).write_text(yaml.dump(conf))
return filename


@fixture
def testdir2(pytester: Pytester):
os.environ[
Expand Down

0 comments on commit 68a01ee

Please sign in to comment.