Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
philippotto committed Dec 16, 2024
1 parent 4606784 commit 69576c8
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ import {
reloadHistogramAction,
} from "oxalis/model/actions/settings_actions";
import { userSettings } from "types/schemas/user_settings.schema";
import type { Vector3, ControlMode } from "oxalis/constants";
import type { Vector3 } from "oxalis/constants";
import Constants, { ControlModeEnum, MappingStatusEnum } from "oxalis/constants";
import EditableTextLabel from "oxalis/view/components/editable_text_label";
import LinkButton from "components/link_button";
Expand All @@ -97,9 +97,6 @@ import type {
DatasetLayerConfiguration,
OxalisState,
UserConfiguration,
HistogramDataForAllLayers,
Tracing,
Task,
} from "oxalis/store";
import Store from "oxalis/store";
import Toast from "libs/toast";
Expand Down

0 comments on commit 69576c8

Please sign in to comment.