From cd28996dad3d83aa7094592c806866ddcac3daa0 Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Fri, 14 Dec 2018 21:06:31 -0500 Subject: [PATCH] Remove superfluous `__all__` --- core/databases/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/databases/__init__.py b/core/databases/__init__.py index 14f97982..9bad5790 100644 --- a/core/databases/__init__.py +++ b/core/databases/__init__.py @@ -1,2 +1 @@ # coding=utf-8 -__all__ = ["mainDB"]