Skip to content

Commit a20546e

Browse files
nodatasheetjmcouffin
authored andcommitted
cleanup
1 parent 4c84c03 commit a20546e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyrevitlib/pyrevit/revit/selection.py

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

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

7473
@property

0 commit comments

Comments
 (0)