This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push: new 2091545 import logging (#3264) 2091545 is described below commit 20915457ff5e9236155de718dd859ab943729428 Author: cclauss <ccla...@bluewin.ch> AuthorDate: Wed Aug 9 17:18:10 2017 +0200 import logging (#3264) --- superset/migrations/versions/65903709c321_allow_dml.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/superset/migrations/versions/65903709c321_allow_dml.py b/superset/migrations/versions/65903709c321_allow_dml.py index d14c6a9..9860c50 100644 --- a/superset/migrations/versions/65903709c321_allow_dml.py +++ b/superset/migrations/versions/65903709c321_allow_dml.py @@ -6,6 +6,8 @@ Create Date: 2016-09-15 08:48:27.284752 """ +import logging + # revision identifiers, used by Alembic. revision = '65903709c321' down_revision = '4500485bde7d' -- To stop receiving notification emails like this one, please contact ['"comm...@superset.apache.org" <comm...@superset.apache.org>'].