Skip to content

Commit

Permalink
Remove unused import statements (getredash#3751)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariarijp authored and harveyrendell committed Nov 14, 2019
1 parent 5c74035 commit 3a743f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions redash/query_runner/query_results.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
import logging
import numbers
import re
import sqlite3

from dateutil import parser
from six import text_type

from redash import models
from redash.permissions import has_access, not_view_only
from redash.query_runner import guess_type, TYPE_STRING, BaseQueryRunner, register
from redash.query_runner import BaseQueryRunner, TYPE_STRING, guess_type, register
from redash.utils import json_dumps, json_loads

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 3a743f9

Please sign in to comment.