Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Oct 9, 2024
1 parent 63aac31 commit 2ce1fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biosimulators_utils/sedml/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,7 @@ def validate_target_xpaths(targets, model_etree, attr='id', separator=None):
targets (:obj:`list` of :obj:`TargetGroupMixin`): model changes or variables
model_source (:obj:`lxml.etree._ElementTree`): element tree for the XML model document
attr (:obj:`str`, optional): attribute to get values of
separator (:obj:`str`, optional): string to use when combining attributes into a single id
separator (:obj:`str`, optional): string to use when combining attributes into a single id
(i.e. 'J0.n' from 'J0' and 'n'.) If None, don't combine and just use final id.
Returns:
Expand Down

0 comments on commit 2ce1fb5

Please sign in to comment.