Skip to content

Commit c2e6b26

Browse files
committed
Fix lgtm alert
Remove unused os import to make lgtm happy
1 parent ed3b66e commit c2e6b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocrd_cis/ocropy/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import click, os
1+
import click
22

33
from ocrd.decorators import ocrd_cli_options, ocrd_cli_wrap_processor
44
from ocrd_cis.ocropy.binarize import OcropyBinarize

0 commit comments

Comments
 (0)