Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix committed Jun 10, 2022
1 parent a4aa1f3 commit 19050eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import { inject, injectable } from 'inversify';
import { SemVer } from 'semver';
import { CancellationToken } from 'vscode';
import { parseSemVer } from '../../../platform/common/utils';
import { parseSemVer } from '../../../platform/common/utils.node';
import { PythonEnvironment } from '../../../platform/pythonEnvironments/info';
import { ResourceSet } from '../../../platform/vscode-path/map';
import { JupyterCommands } from '../../../webviews/webview-side/common/constants';
Expand Down

0 comments on commit 19050eb

Please sign in to comment.