mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-09 11:50:02 +02:00
Merge pull request #62 from mikegerber/remove-unused-variable
Remove unused variable 'possibles'
This commit is contained in:
commit
eaf8ecd4d4
1 changed files with 0 additions and 2 deletions
|
@ -2167,8 +2167,6 @@ class textline_detector:
|
||||||
@click.option('--model', '-m', help='directory of models',
|
@click.option('--model', '-m', help='directory of models',
|
||||||
type=click.Path(exists=True, file_okay=False), required=True)
|
type=click.Path(exists=True, file_okay=False), required=True)
|
||||||
def main(image, out, model):
|
def main(image, out, model):
|
||||||
possibles = globals() # XXX unused?
|
|
||||||
possibles.update(locals())
|
|
||||||
x = textline_detector(image, out, None, model)
|
x = textline_detector(image, out, None, model)
|
||||||
x.run()
|
x.run()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue