Skip to content

Commit bb72a6c

Browse files
committed
ignore error
1 parent a99a877 commit bb72a6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_synthetic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_markdown(
9494
) -> None:
9595
user_globals = {re.split(r"[.:]", p)[-1]: import_path(p) for p in imports}
9696

97-
si = SessionInfo(pkg2dists | dep2dists, user_globals)
97+
si = SessionInfo(pkg2dists | dep2dists, user_globals) # type: ignore[operator] # https://github.com/python/mypy/issues/21141
9898
parts = _repr.repr_markdown(si).split("\n\n")
9999
pkg_str: str | None
100100
dep_str: str | None

0 commit comments

Comments
 (0)