From 214031ea190105f336bf9fe3a8a6872f79e6e108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heinz-Alexander=20F=C3=BCtterer?= <35225576+afuetterer@users.noreply.github.com> Date: Sun, 19 Apr 2026 11:02:02 +0200 Subject: [PATCH] chore: remove python shebang --- tika/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tika/config.py b/tika/config.py index 3eabf107..82f1362e 100644 --- a/tika/config.py +++ b/tika/config.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership.