Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Mar 19, 2021
1 parent 4b85705 commit 13775eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/client/common/configSettings.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict';

// eslint-disable-next-line camelcase
import * as child_process from 'child_process';
import * as path from 'path';
import * as fs from 'fs';
import {
Expand All @@ -28,7 +27,6 @@ import { DEFAULT_INTERPRETER_SETTING, isTestExecution } from './constants';
import { DeprecatePythonPath } from './experiments/groups';
import { ExtensionChannels } from './insidersBuild/types';
import { IS_WINDOWS } from './platform/constants';
import * as internalPython from './process/internal/python';
import {
IAnalysisSettings,
IAutoCompleteSettings,
Expand Down

0 comments on commit 13775eb

Please sign in to comment.