3
0
Fork 0

fix: fix 'anomalous-backslash-in-string' for pylint

This commit is contained in:
Lance Edgar 2025-08-31 21:34:10 -05:00
parent 7fcca23071
commit 019d30d8a0
5 changed files with 6 additions and 7 deletions

View file

@ -221,7 +221,7 @@ class BatchMasterView(MasterView):
on the batch handler - when creating. Parent/default logic is
used when updating.
:param \**kwargs: Additional kwargs will be passed as-is to
:param \\**kwargs: Additional kwargs will be passed as-is to
the ``make_batch()`` call.
"""
if self.creating: