Skip to content

Commit e1f4298

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent e516b26 commit e1f4298

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

stubs/pydbus/pydbus/publication.pyi

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from collections.abc import Iterable
21
from typing import TypeVar
32

43
from .bus import Bus
@@ -19,7 +18,5 @@ class Publication(Exitable):
1918

2019
class PublicationMixin:
2120
def publish(
22-
self,
23-
bus_name: str,
24-
*objects: tuple[str, str, str | list[str] | tuple[str, ...]] | tuple[str, str] | tuple[str] | str,
21+
self, bus_name: str, *objects: tuple[str, str, str | list[str] | tuple[str, ...]] | tuple[str, str] | tuple[str] | str
2522
) -> Publication: ...

0 commit comments

Comments
 (0)