Skip to content

Commit

Permalink
Fix ruff flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Apr 1, 2024
1 parent f81aadd commit b39696c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
DataExplorerFrontendEvent,
FilterResult,
GetColumnProfilesRequest,
GetColumnProfilesParams,
GetDataValuesRequest,
GetSchemaRequest,
GetStateRequest,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,6 @@ def _set_member_filter(column_index, values, inclusive=True):

def test_pandas_filter_between(de_fixture: DataExplorerFixture):
dxf = de_fixture
table_name = "simple"
df = SIMPLE_PANDAS_DF
column = "a"
column_index = df.columns.get_loc(column)
Expand Down
2 changes: 1 addition & 1 deletion positron/comms/data_explorer-backend-openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"params": [
{
"name": "search_term",
"description": "Substring to match for (currently case insensitive",
"description": "Substring to match for (currently case insensitive)",
"required": true,
"schema": {
"type": "string"
Expand Down

0 comments on commit b39696c

Please sign in to comment.