Skip to content

Commit 8c80626

Browse files
author
aleksandr.tseluyko
committed
Fix ruff formatting: remove blank lines after def
1 parent 18a0e26 commit 8c80626

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/test_constraints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@ class Ex(msgspec.Struct):
499499
dec.decode(proto.encode(Ex(Decimal("100"))))
500500

501501
def test_convert(self):
502-
503502
typ = Annotated[Decimal, Meta(gt=0)]
504503
assert msgspec.convert(Decimal("1"), typ) == Decimal("1")
505504

0 commit comments

Comments
 (0)