Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
Signed-off-by: Eric <[email protected]>
  • Loading branch information
mengweieric committed Feb 7, 2024
1 parent 97e9322 commit 4e9c392
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions public/components/common/search/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ import {
OLLY_QUERY_ASSISTANT,
RAW_QUERY,
} from '../../../../common/constants/explorer';
import {
DEFAULT_START_TIME,
PPL_SPAN_REGEX,
QUERY_ASSIST_START_TIME,
} from '../../../../common/constants/shared';
import { PPL_SPAN_REGEX } from '../../../../common/constants/shared';
import { uiSettingsService } from '../../../../common/utils';
import { useFetchEvents } from '../../../components/event_analytics/hooks';
import { usePolling } from '../../../components/hooks/use_polling';
Expand Down

0 comments on commit 4e9c392

Please sign in to comment.