Skip to content

Commit 7a9c8a2

Browse files
committed
type annotation
1 parent 68c95c8 commit 7a9c8a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/perisso/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
act: Types = conn.types
1414

1515

16-
def perisso(*, selection=False):
16+
def perisso(*, selection=False) -> ElementCollection:
1717
"""Get all elements as an ElementCollection instance.
1818
1919
Arguments:

0 commit comments

Comments
 (0)