Skip to content

Commit 1e34e88

Browse files
committed
apply more coderabbit feedback
1 parent ebb5ab5 commit 1e34e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/javascripts/test/helpers/apiHelpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {
2222
} from "../fixtures/volumetracing_server_objects";
2323
import DATASET from "../fixtures/dataset_server_object";
2424
import type { ApiInterface } from "oxalis/api/api_latest";
25-
import type ModelType from "oxalis/model";
25+
import type { ModelType } from "oxalis/model";
2626

2727
import { setSlowCompression } from "oxalis/workers/slow_byte_array_lz4_compression.worker";
2828
import Model from "oxalis/model";
@@ -44,7 +44,7 @@ const ANNOTATION_ID = "annotationIdValue";
4444

4545
// Define extended test context
4646
export interface WebknossosTestContext extends BaseTestContext {
47-
model: typeof ModelType;
47+
model: ModelType;
4848
mocks: {
4949
Request: typeof Request;
5050
};

0 commit comments

Comments
 (0)