Skip to content

Commit

Permalink
Adds Positron import markers where necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
samclark2015 committed Jan 22, 2025
1 parent 035e589 commit 62c8627
Showing 1 changed file with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// --- Start Positron ---
// Disable eslint rules for our import block below. This appears at the top of the file to stop
// auto-formatting tools from reordering the imports.
/* eslint-disable import/no-duplicates */
/* eslint-disable import/order */
// --- End Positron ---

'use strict';

import { expect } from 'chai';
import * as TypeMoq from 'typemoq';
import { IApplicationShell } from '../../../client/common/application/types';
import { DataScienceInstaller } from '../../../client/common/installer/productInstaller';
import {
IInstallationChannelManager,
IModuleInstaller,
InterpreterUri,
ModuleInstallFlags,
} from '../../../client/common/installer/types';
import { IInstallationChannelManager, IModuleInstaller, InterpreterUri } from '../../../client/common/installer/types';
// --- Start Positron ---
import { ModuleInstallFlags } from '../../../client/common/installer/types';
// --- End Positron ---
import { InstallerResponse, Product } from '../../../client/common/types';
import { Architecture } from '../../../client/common/utils/platform';
import { IServiceContainer } from '../../../client/ioc/types';
Expand Down

0 comments on commit 62c8627

Please sign in to comment.