From e1ffc79ac4d2d603048a950862fc50ad454292ab Mon Sep 17 00:00:00 2001 From: Thomas Tanon Date: Mon, 16 May 2022 04:08:25 +0200 Subject: [PATCH] Removes empty python code root (#48) Not useful with recent maturin versions --- tantivy/__init__.py | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tantivy/__init__.py diff --git a/tantivy/__init__.py b/tantivy/__init__.py deleted file mode 100644 index b462ae2..0000000 --- a/tantivy/__init__.py +++ /dev/null @@ -1 +0,0 @@ -from .tantivy import *