Skip to content

Commit

Permalink
Organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed Nov 29, 2023
1 parent 7da0ee2 commit 7e81a66
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js_modules/dagster-ui/packages/ui-core/src/runs/RunRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
Dialog,
DialogBody,
DialogFooter,
Icon,
Mono,
Tag,
} from '@dagster-io/ui-components';
Expand All @@ -20,11 +19,9 @@ import {ShortcutHandler} from '../app/ShortcutHandler';
import {isHiddenAssetGroupJob} from '../asset-graph/Utils';
import {PipelineTag} from '../graphql/types';
import {PipelineReference} from '../pipelines/PipelineReference';
import {TagActionsPopover} from '../ui/TagActions';
import {buildRepoAddress} from '../workspace/buildRepoAddress';
import {RepoAddress} from '../workspace/types';
import {useRepositoryForRunWithoutSnapshot} from '../workspace/useRepositoryForRun';
import {workspacePipelinePath, workspacePipelinePathGuessRepo} from '../workspace/workspacePath';

import {AssetCheckTagCollection, AssetKeyTagCollection} from './AssetTagCollections';
import {CreatedByTagCell} from './CreatedByTag';
Expand Down

0 comments on commit 7e81a66

Please sign in to comment.