Skip to content

Commit

Permalink
[hotfix] missing logging import in db_engined_specs
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 29, 2017
1 parent 9116766 commit ce6e7c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/db_engine_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from collections import namedtuple, defaultdict

import inspect
import logging
import re
import textwrap
import time
Expand Down

0 comments on commit ce6e7c1

Please sign in to comment.