Skip to content

Commit

Permalink
actually import sys in typst test
Browse files Browse the repository at this point in the history
  • Loading branch information
jhidding committed Mar 5, 2025
1 parent 5bb9edd commit 2f4941d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_typst.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
from subprocess import run
from pathlib import Path
from shutil import copytree
import sys


def test_typst(tmp_path: Path, data: Path):
copytree(data / "typst", tmp_path / "typst")
Expand Down

0 comments on commit 2f4941d

Please sign in to comment.