Skip to content

Commit

Permalink
Moved import (155)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Nov 13, 2024
1 parent 4e3358c commit b3e0372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/DhcService.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as vscode from 'vscode';
import { isAggregateError } from '@deephaven/jsapi-nodejs';
import type { dh as DhcType } from '@deephaven/jsapi-types';
import { formatTimestamp, getCombinedSelectedLinesText, Logger } from '../util';
import { initDhcSession, type ConnectionAndSession } from '../dh/dhc';
Expand All @@ -25,7 +26,6 @@ import {
} from '../common';
import { NoConsoleTypesError, parseServerError } from '../dh/errorUtils';
import { hasErrorCode } from '../util/typeUtils';
import { isAggregateError } from '@deephaven/jsapi-nodejs';

const logger = new Logger('DhcService');

Expand Down

0 comments on commit b3e0372

Please sign in to comment.