Skip to content

Commit

Permalink
Fix mypy type check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Zhang committed Apr 19, 2024
1 parent 57a4961 commit dcc081a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/brad/front_end/front_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def __init__(

def _handle_query_from_flight_sql(self, query: str) -> RowList:
assert self._flight_sql_server_session_id is not None
assert self._main_thread_loop is not None

future = asyncio.run_coroutine_threadsafe(
self._run_query_impl(self._flight_sql_server_session_id, query, {}),
Expand Down

0 comments on commit dcc081a

Please sign in to comment.