Skip to content

Commit 6bd6d94

Browse files
Евгений БлиновЕвгений Блинов
authored andcommitted
Update suby to 0.0.9 and fix import in test_reprs.py
1 parent 77ce744 commit 6bd6d94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ mypy==1.14.1
66
ruff==0.14.6
77
mutmut==3.2.3
88
full_match==0.0.3
9-
suby==0.0.8
9+
suby==0.0.9

tests/units/test_reprs.py

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

44
import pytest
5-
from suby import run # type: ignore[import-not-found]
5+
from suby import run
66

77
from printo.reprs import superrepr
88

0 commit comments

Comments
 (0)