We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c84c03 commit a20546eCopy full SHA for a20546e
pyrevitlib/pyrevit/revit/selection.py
@@ -68,7 +68,6 @@ def is_empty(self):
68
69
@property
70
def elements(self):
71
- # type: () -> list[DB.Element]
72
return [DOCS.doc.GetElement(x) for x in self._refs]
73
74
0 commit comments