Skip to content

Commit 019ecbb

Browse files
nodatasheetjmcouffin
authored andcommitted
upd
1 parent 1012204 commit 019ecbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyrevitlib/pyrevit/revit/selection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def is_empty(self):
6868

6969
@property
7070
def elements(self):
71+
# type: () -> list[DB.Element]
7172
return [DOCS.doc.GetElement(x) for x in self._refs]
7273

7374
@property

0 commit comments

Comments
 (0)