Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kderusso committed Oct 24, 2024
1 parent 2488478 commit 2882d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/_types/Retriever.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
*/

import { FieldCollapse } from '@global/search/_types/FieldCollapse'
import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
import { QueryVector, QueryVectorBuilder } from '@_types/Knn'
import { float, integer } from '@_types/Numeric'
import { Sort, SortResults } from '@_types/sort'
import { QueryContainer } from './query_dsl/abstractions'
import { Id } from './common'
import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
import { QueryContainer } from './query_dsl/abstractions'

/**
* @variants container
Expand Down

0 comments on commit 2882d24

Please sign in to comment.