Skip to content

Commit e2e7aaa

Browse files
committed
fix(LibraryAdapter): linting
Signed-off-by: Kishan Patel <[email protected]>
1 parent 6500365 commit e2e7aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/connection/itc/ItcLibraryAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
TableData,
1212
TableRow,
1313
} from "../../components/LibraryNavigator/types";
14-
import type { ColumnCollection, TableInfo } from "../rest/api/compute";
14+
import { ColumnCollection, TableInfo } from "../rest/api/compute";
1515
import { getColumnIconType } from "../util";
1616
import { executeRawCode, runCode } from "./CodeRunner";
1717
import { Config } from "./types";

0 commit comments

Comments
 (0)