Skip to content

Commit 1fc43bc

Browse files
committed
ignore missing library stub for SnapshotAssertion
1 parent fd5df5d commit 1fc43bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/test_build_graph_on_real_packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import grimp
44

5-
from syrupy.assertion import SnapshotAssertion
5+
from syrupy.assertion import SnapshotAssertion # type: ignore
66

77

88
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)