Dev (#2539)
* fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * fix(chalice): fixed Math-operators validation refactor(chalice): search for sessions that have events for heatmaps * refactor(chalice): search for sessions that have at least 1 location event for heatmaps * feat(chalice): autocomplete return top 10 with stats * fix(chalice): fixed autocomplete top 10 meta-filters * fix(chalice): fixed usability test logger
This commit is contained in:
parent
8b19c8f831
commit
90ea84c557
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
import logging
|
||||
from chalicelib.utils import helper, pg_client
|
||||
|
||||
from chalicelib.utils import pg_client
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class DatabaseRequestHandler:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue