From 2d8c24bfa42319abafa4d404bc925a685150b1a8 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 ea3e75f..a12fce5 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_nutrition_program_supply_request import suite + +__all__ = ['suite']