Skip to content

Commit

Permalink
Reformat using isort and black
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Jul 22, 2023
1 parent c91dc47 commit 3a422c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions redash/query_runner/__init__.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
import logging
from collections import defaultdict
from contextlib import ExitStack
from functools import wraps

import sqlparse
from dateutil import parser
from collections import defaultdict

from rq.timeouts import JobTimeoutException
from sshtunnel import open_tunnel


from redash import settings, utils
from redash.utils import json_loads
from redash.utils.requests_session import (
Expand Down

0 comments on commit 3a422c4

Please sign in to comment.