Remove an indentation in a comment.
PiperOrigin-RevId: 451008704
This commit is contained in:
parent
5461f911a6
commit
7d522e9273
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class TrainedAttacker(object):
|
||||||
n_jobs: Number of jobs that can run in parallel when using a backend.
|
n_jobs: Number of jobs that can run in parallel when using a backend.
|
||||||
Set to `1` for single-threading, and to `-1` for all parallel
|
Set to `1` for single-threading, and to `-1` for all parallel
|
||||||
backends.
|
backends.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, backend: Optional[str] = None):
|
def __init__(self, backend: Optional[str] = None):
|
||||||
self.model = None
|
self.model = None
|
||||||
|
|
Loading…
Reference in a new issue