Skip to content

chore: update code blocks in readme#463

Merged
chrismattmann merged 1 commit intochrismattmann:masterfrom
afuetterer:readme
Mar 28, 2026
Merged

chore: update code blocks in readme#463
chrismattmann merged 1 commit intochrismattmann:masterfrom
afuetterer:readme

Conversation

@afuetterer
Copy link
Copy Markdown
Contributor

I updated the code blocks in the readme.

  • added "```python" where it was missing
  • removed unnecessary "#!/usr/bin/env python" shebangs
  • removed "import tika" where not needed, e.g. import tika, from tika import parser
  • use tika.tika, where required, e.g. "import tika from tika" is not valid python
  • fixed indentation
  • reordered imports

What do you think?

@chrismattmann
Copy link
Copy Markdown
Owner

LGTM!

@chrismattmann chrismattmann merged commit 9ed6efc into chrismattmann:master Mar 28, 2026
1 of 4 checks passed
@afuetterer afuetterer deleted the readme branch March 28, 2026 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants