Skip to content

Commit

Permalink
removed unused module
Browse files Browse the repository at this point in the history
  • Loading branch information
ROSHAN SAHU committed Apr 22, 2024
1 parent 5593114 commit c6d8aae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ import * as utils from '../../api/utils';
import { StorageAccount } from '../../api/azure';
import { logError, TelemetryViews } from '../../telemetry';
import { MigrationStateModel } from '../../models/stateMachine';
import { BlockBlobClient, BlobSASPermissions, generateBlobSASQueryParameters, BlobServiceClient, SASProtocol, ContainerClient } from '@azure/storage-blob';
import { BlockBlobClient, BlobSASPermissions, generateBlobSASQueryParameters, BlobServiceClient, SASProtocol } from '@azure/storage-blob';
import { MigrationTargetType } from '../../api/utils';
import { DefaultAzureCredential } from '@azure/identity';

Expand Down

0 comments on commit c6d8aae

Please sign in to comment.