Skip to content

Commit dcfbae3

Browse files
committed
removed pass statement from property_base.py
1 parent 153548b commit dcfbae3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sbol3/property_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def item_added(self, item: Any) -> None:
5555
any additional processing on items after they are added. This method
5656
will be called on each individual item that was added to the list.
5757
"""
58-
pass # pylint: disable=unnecessary-pass
58+
# pass # pylint: disable=unnecessary-pass
5959

6060
@property
6161
def attribute_name(self) -> Union[str, None]:

0 commit comments

Comments
 (0)