Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
swallez committed Mar 14, 2024
1 parent a8ee552 commit dbabec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/indices/_types/IndexSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
Uuid,
VersionString
} from '@_types/common'
import { double, float, integer, long } from '@_types/Numeric'
import { double, integer, long } from '@_types/Numeric'
import { DateTime, Duration, EpochTime, UnitMillis } from '@_types/Time'
import { Tokenizer } from '@_types/analysis/tokenizers'
import { IndexSegmentSort } from './IndexSegmentSort'
Expand Down

0 comments on commit dbabec3

Please sign in to comment.