Remove an indentation in a comment.

PiperOrigin-RevId: 451008704
This commit is contained in:
A. Unique TensorFlower 2022-05-25 14:00:41 -07:00
parent 5461f911a6
commit 7d522e9273

View file

@ -139,7 +139,7 @@ class TrainedAttacker(object):
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
backends.
"""
"""
def __init__(self, backend: Optional[str] = None):
self.model = None