From e3fc962add0a7dc0338ce074001ce28f9ef034b4 Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Mon, 8 Oct 2018 18:07:47 +0200 Subject: [PATCH] Fix all to __all__ --- colorbleed/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colorbleed/api.py b/colorbleed/api.py index c332a98391..8e49c17309 100644 --- a/colorbleed/api.py +++ b/colorbleed/api.py @@ -17,7 +17,7 @@ from .action import ( RepairContextAction ) -all = [ +__all__ = [ # plugin classes "Extractor", # ordering