Skip to content

Commit ea35e8c

Browse files
committed
Ruff format
1 parent aba9374 commit ea35e8c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

htpy/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,11 @@ def __str__(self) -> _Markup:
270270

271271
@t.overload
272272
def __call__(
273-
self: BaseElementSelf, id_class: str, attrs: Mapping[str, Attribute], /, **kwargs: Unpack[AttrKwargs]
273+
self: BaseElementSelf,
274+
id_class: str,
275+
attrs: Mapping[str, Attribute],
276+
/,
277+
**kwargs: Unpack[AttrKwargs],
274278
) -> BaseElementSelf: ...
275279
@t.overload
276280
def __call__(

0 commit comments

Comments
 (0)