Skip to content

Commit

Permalink
fix compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Jan 29, 2024
1 parent 16bc31d commit b0579b4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@

import { assert, expect } from 'chai';
import * as path from 'path';
import { EventEmitter } from 'vscode';
import { PythonEnvKind, PythonEnvSource } from '../../../../../client/pythonEnvironments/base/info';
import { PythonEnvsReducer } from '../../../../../client/pythonEnvironments/base/locators/composite/envsReducer';
import { PythonEnvsChangedEvent } from '../../../../../client/pythonEnvironments/base/watcher';
import { assertBasicEnvsEqual } from '../envTestUtils';
import { createBasicEnv, getEnvs, getEnvsWithUpdates, SimpleLocator } from '../../common';
import {
PythonEnvUpdatedEvent,
BasicEnvInfo,
ProgressNotificationEvent,
ProgressReportStage,
isProgressEvent,
} from '../../../../../client/pythonEnvironments/base/locator';
Expand Down

0 comments on commit b0579b4

Please sign in to comment.