Skip to content

Commit

Permalink
chore: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Jan 15, 2025
1 parent cace4ff commit a81f137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Licensed under the BSD 3-Clause license.
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/
import { AuthFields, AuthInfo } from '@salesforce/core-bundle';
import { ConfigUtil, notificationService, workspaceUtils } from '@salesforce/salesforcedx-utils-vscode';
import { RegistryAccess } from '@salesforce/source-deploy-retrieve-bundle';
import { XMLBuilder, XMLParser } from 'fast-xml-parser';
Expand All @@ -20,7 +21,6 @@ import {
} from '../openApiUtilities/schemas';
import { getTelemetryService } from '../telemetry/telemetry';
import { MetadataOrchestrator } from './metadataOrchestrator';
import { AuthFields, AuthInfo } from '@salesforce/core-bundle';

export class ApexActionController {
constructor(private metadataOrchestrator: MetadataOrchestrator) {}
Expand Down

0 comments on commit a81f137

Please sign in to comment.