mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-09 03:40:18 +02:00
Remove unused variable 'possibles'
This commit is contained in:
parent
a78f40a89d
commit
2553bd39f9
1 changed files with 0 additions and 2 deletions
|
@ -2164,8 +2164,6 @@ class textline_detector:
|
|||
@click.option('--out', '-o', help='directory to write output xml data', type=click.Path(exists=True, file_okay=False))
|
||||
@click.option('--model', '-m', help='directory of models', type=click.Path(exists=True, file_okay=False))
|
||||
def main(image, out, model):
|
||||
possibles = globals() # XXX unused?
|
||||
possibles.update(locals())
|
||||
x = textline_detector(image, out, None, model)
|
||||
x.run()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue