Skip to content
Snippets Groups Projects
Commit 9799d244 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Fix syntax for python 2

parent 0ace9f60
No related branches found
No related tags found
1 merge request!47Accept an annotator in FaceCrop
This commit is part of merge request !47. Comments created here will be created in the context of that merge request.
......@@ -109,7 +109,7 @@ class FaceCrop (Base):
mask_neighbors=5,
mask_seed=None,
annotator=None,
**kwargs,
**kwargs
):
Base.__init__(self, **kwargs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment