fix: fix 'anomalous-backslash-in-string' for pylint
This commit is contained in:
parent
7fcca23071
commit
019d30d8a0
5 changed files with 6 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue