From 7bc807284774db30961b343588b202a837091e29 Mon Sep 17 00:00:00 2001 From: Albert Cervera i Areny Date: Sun, 28 Mar 2021 01:02:39 +0100 Subject: [PATCH] Pyflakes fixes --- tests/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/__init__.py b/tests/__init__.py index 0a2550c..b7536f4 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,3 +1,5 @@ # The COPYRIGHT file at the top level of this repository contains the full # copyright notices and license terms. from .test_stock_lot_quantity import suite + +__all__ = ['suite']