Merge pull request #62 from mikegerber/remove-unused-variable

Remove unused variable 'possibles'
pull/63/head
vahidrezanezhad 2 years ago committed by GitHub
commit eaf8ecd4d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2167,8 +2167,6 @@ class textline_detector:
@click.option('--model', '-m', help='directory of models',
type=click.Path(exists=True, file_okay=False), required=True)
def main(image, out, model):
possibles = globals() # XXX unused?
possibles.update(locals())
x = textline_detector(image, out, None, model)
x.run()

Loading…
Cancel
Save