Skip to content

Commit

Permalink
UIE-204 Narrow Ajax Usage pt22
Browse files Browse the repository at this point in the history
- minor import cleanup
  • Loading branch information
msilva-broad committed Jan 23, 2025
1 parent 990216e commit af2257e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/data-catalog/DataBrowserDetails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ import { MarkdownViewer } from 'src/components/markdown';
import { ReactComponent as AzureLogo } from 'src/images/azure.svg';
import { ReactComponent as GcpLogo } from 'src/images/gcp.svg';
import { Dataset } from 'src/libs/ajax/Catalog';
import { DataRepo } from 'src/libs/ajax/DataRepo';
import { JobModel, JobStatus, jobStatusTypes } from 'src/libs/ajax/DataRepo';
import { DataRepo, JobModel, JobStatus, jobStatusTypes } from 'src/libs/ajax/DataRepo';
import { Metrics } from 'src/libs/ajax/Metrics';
import colors from 'src/libs/colors';
import { getConfig } from 'src/libs/config';
Expand Down

0 comments on commit af2257e

Please sign in to comment.