diff options
| author | ArtikusHG <artiomoleynic@gmail.com> | 2022-12-16 19:43:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-16 19:43:10 +0000 |
| commit | 735e388cec91097cc95bfffd0e1a5e4c25e595ef (patch) | |
| tree | 61aac219bb9d5d3ce91ce5214171c9170c28502c /searx/shared/__init__.py | |
| parent | 1f8f8c1e91040fd10bacdc473b8d5f97dda6424e (diff) | |
| parent | 2a51c856722df19831c20ba455f74a33180a4ec8 (diff) | |
Merge branch 'master' into fasttext
Diffstat (limited to 'searx/shared/__init__.py')
| -rw-r--r-- | searx/shared/__init__.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/searx/shared/__init__.py b/searx/shared/__init__.py deleted file mode 100644 index 2c7fc9f8b..000000000 --- a/searx/shared/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -# SPDX-License-Identifier: AGPL-3.0-or-later -# lint: pylint -"""Initialization of a *shared* storage. -""" - -from . import redisdb |