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 43e2b7f commit 63aac31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion biosimulators_utils/sedml/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,8 @@ 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 (i.e. 'J0.n' from 'J0' and 'n'.) If None, don't combine and just use final 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:
:obj:`dict` of :obj:`str` to :obj:`str`: dictionary that maps each XPath to the
Expand Down

0 comments on commit 63aac31

Please sign in to comment.