Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jczhong84 committed Feb 15, 2024
1 parent 3d711eb commit db25d1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions querybook/server/const/ai_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ class AICommandType(Enum):

# KEEP IT CONSISTENT AS webapp/const/aiAssistant.ts
class AISocketEvent(Enum):
DATA = 'data'
JSON_PATCH = 'json_patch'
TABLES = 'tables'
CLOSE = 'close'
ERROR = 'error'
DATA = "data"
JSON_PATCH = "json_patch"
TABLES = "tables"
CLOSE = "close"
ERROR = "error"


AI_ASSISTANT_NAMESPACE = "/ai_assistant"
Expand Down

0 comments on commit db25d1f

Please sign in to comment.