From 63aac31d799188c4c83e4759caa5b182281f0174 Mon Sep 17 00:00:00 2001 From: Lucian Smith Date: Wed, 9 Oct 2024 16:29:45 -0700 Subject: [PATCH] Fix lint. --- biosimulators_utils/sedml/validation.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/biosimulators_utils/sedml/validation.py b/biosimulators_utils/sedml/validation.py index f48ee8cc..4c851677 100644 --- a/biosimulators_utils/sedml/validation.py +++ b/biosimulators_utils/sedml/validation.py @@ -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