Skip to content

Commit

Permalink
Added concurrent.futures import
Browse files Browse the repository at this point in the history
  • Loading branch information
Veonms authored Nov 7, 2023
1 parent 20589ae commit 7db0990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/aric_detokeniser.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from asyncio import events

from requests_futures.sessions import FuturesSession
import concurrent.futures
import json
import logging
from pandas import DataFrame
Expand Down

0 comments on commit 7db0990

Please sign in to comment.