From 450ee6b4b5899ac35a718ceb84bccd124126fa58 Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Thu, 13 Jun 2019 16:52:32 +0200 Subject: [PATCH] pylint needs __init__ in packages https://github.com/PyCQA/pylint/issues/2108 --- tests/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 -- GitLab