Skip to content

Commit 0b848c7

Browse files
committed
removed pass statement
1 parent 24f5811 commit 0b848c7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sbol3/property_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ 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
5958

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

0 commit comments

Comments
 (0)