diff options
author | Michiel van Baak Jansen <[email protected]> | 2021-04-02 04:31:53 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-01 22:31:53 -0400 |
commit | 3a71d6b0626e63cf0f84c358566c3cb576563594 (patch) | |
tree | 47445165a410be109d4bb0ff3e8a1a6584cc54fe | |
parent | 64d71f41ae2f7c8189275356d12aaa8140d0c37e (diff) | |
download | bazarr-3a71d6b0626e63cf0f84c358566c3cb576563594.tar.gz bazarr-3a71d6b0626e63cf0f84c358566c3cb576563594.zip |
no log: libs/ is not a module, but a place to store dependencies (#1359)
Fixes #1357
-rw-r--r-- | libs/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/__init__.py b/libs/__init__.py deleted file mode 100644 index 9bad5790a..000000000 --- a/libs/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# coding=utf-8 |